Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove unused function
[simgrid.git] / src /
2012-08-01 Marion Guthmullermodel-checker : remove unused function
2012-08-01 Jean-Baptiste HervéPlatform generation : add the edge length in its data
2012-08-01 Jean-Baptiste HervéPlatform generation : Add the Waxman topology algorithm
2012-08-01 Jean-Baptiste HervéPlatform generation : make public structures for node...
2012-08-01 Jean-Baptiste HervéPlatform generation : add the Zegura algorithm topology
2012-08-01 Jean-Baptiste HervéPlatform generation : add the Barabasi-Albert algorithm...
2012-07-31 schnorr[trace] something might have failed during process...
2012-07-31 schnorr[trace] factorize more
2012-07-31 schnorr[trace] factorize code, use TRACE_msg_process_destroy...
2012-07-31 schnorr[trace] add function to destroy process container
2012-07-31 schnorrcosmetics
2012-07-31 schnorr[trace] only update power and bandwidth if trace subsys...
2012-07-31 schnorr[trace] it seems there are no availability traces for...
2012-07-31 schnorr[trace] make sure variable is zeroed before writing...
2012-07-31 navarroAdd function to unlink a file.
2012-07-31 navarroFix memory leak
2012-07-31 navarroDuring the storage open, create the file if not exist.
2012-07-31 Jean-Baptiste Hervéplatform generation : add promoters and labelers support
2012-07-31 Jean-Baptiste Hervéplatform generation : modify some interfaces
2012-07-31 Jean-Baptiste HervéPlatform generation : add a function to set link parameters
2012-07-31 Jean-Baptiste HervéMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-07-31 Jean-Baptiste HervéPlatform generation : add promotion functions
2012-07-30 Marion Guthmullermodel-checker : add debug information about pointers...
2012-07-30 Marion Guthmullermodel-checker : free memory
2012-07-30 Marion Guthmullermodel-checker : use bprintf instead of sprintf
2012-07-30 Marion Guthmullermodel-checker : ignore differences of pointers in ...
2012-07-30 Marion Guthmullermodel-checker : cleanup for heap comparison
2012-07-30 Marion Guthmullermodel-checker : update tests for snapshot comparison
2012-07-30 Marion Guthmullermodel-checker : remove core dump for each reached pair
2012-07-30 Marion Guthmullermodel-checker : cleanup on mc_checkpoint
2012-07-30 Jean-Baptiste HervéPlatform generation : add the exponential topology
2012-07-30 Jean-Baptiste HervéPlatform generation : add a function to compute distanc...
2012-07-30 Jean-Baptiste HervéPlatform generation : add the uniform topology
2012-07-27 Jean-Baptiste HervéPlatform generation : add the clique topology
2012-07-27 Jean-Baptiste HervéPlatform generation : add the "ring" topology
2012-07-27 Jean-Baptiste HervéPlatform generation : Add 2 topology setup functions
2012-07-27 Jean-Baptiste HervéPlatform generation : Add some debug
2012-07-26 Jean-Baptiste HervéPlatform generation : Add a function to interconnect...
2012-07-26 Jean-Baptiste HervéPlatform generation : modify some interface
2012-07-26 Jean-Baptiste HervéFirst step to implement a platform generator in Simgrid
2012-07-25 Marion Guthmullermodel-checker : cleanups for liveness property model...
2012-07-25 Marion Guthmullermodel-checker : new heap comparison algorithm
2012-07-24 Jean-Baptiste HervéAdd an include to avoid a compilation warning
2012-07-22 Martin QuinsonAdd some support to bench the sequential and parallel...
2012-07-22 Martin Quinsonuseless tiny cleanups that should be done all over...
2012-07-22 Martin QuinsonNew function: xbt_os_timer_resume() to restart a timer...
2012-07-17 Martin Quinsonregenerate the flexer files with a recent flexml, so...
2012-07-17 Martin QuinsonFix a bug making that the simulation ran longer than...
2012-07-16 Marion Guthmullermodel-checker : #ifdef instead of #if (found by Cristia...
2012-07-16 Marion Guthmullermodel-checker : add new pair reached in raw_heap
2012-07-16 Marion Guthmullermodel-checker : add new pair reached even if compare==0
2012-07-12 suterDo the same as before to replay traces with SMPI, but...
2012-07-12 Marion Guthmullermodel-checker : remove unnecessary memset on free fragm...
2012-07-12 Marion Guthmullermodel-checker : comment MC_compare
2012-07-12 navarroRemove this output.
2012-07-11 navarroAdd a tag cabinet to write new kind of cluster. See...
2012-07-11 Marion Guthmullermodel-checker : application alert for state equality...
2012-07-10 Marion Guthmullermodel-checker : new recursive function for comparison...
2012-07-10 Marion Guthmullermodel-checker : malloc_backtrace_display functions...
2012-07-10 Marion Guthmullermodel-checker : heapinfo adresses refer to saved heap...
2012-07-10 Marion Guthmullermodel-checker : remove header of unused function
2012-07-10 Marion Guthmullermodel-checker : memset 0 on free block/fragment
2012-07-10 Marion Guthmullermodel-checker : factorization of set_pair_reached and...
2012-07-10 Marion Guthmullermodel-checker : remove useless code
2012-07-10 Marion Guthmullermodel-checker : update backtrace display
2012-07-10 Marion Guthmullermodel-checker : remove unused function
2012-07-10 Marion Guthmullermodel-checker : remove unnecessary take_snapshot for...
2012-07-10 Marion Guthmullermodel-checker : initialize variables
2012-07-10 Marion Guthmullermodel-checker : remove useless code
2012-07-10 suterFinally understand how the rate works. Explain it in...
2012-07-09 suterAdd what's missing to load traces from SMPI.
2012-07-09 suterAs pointed out by a user, the rate should be expressed...
2012-07-09 suterno need to add "rank" to the rank (will decrease trace...
2012-07-09 Martin Quinsondocument the upcoming change in SMPI
2012-07-09 Jean-Baptiste HervéFix a mistake in the Weibull inverse distribution function
2012-07-05 Arnaud GierschBreak loop here.
2012-07-05 Arnaud GierschCheck if cnst->cnst_usage is NULL.
2012-07-05 Martin Quinsonregenerate the parser files with flexml 1.9.3 (thx...
2012-07-05 navarrofree this dynar in none_finalize (if it was used).
2012-07-05 navarroUse new tag host_link for peer. No need for router...
2012-07-05 navarroAdd two new tag for routing cluster (only):
2012-07-04 Marion Guthmullermodel-checker : use rename() instead of system(mv ..)
2012-07-04 Samuel LepetitMemory leak fix
2012-07-04 Samuel LepetitAdd MSG_vm_reboot
2012-07-04 Samuel LepetitReturn the new process in SIMIX_process_restart, simcal...
2012-07-04 Samuel LepetitFix SIMIX_process_kill(SIMIX_process_self()); issue...
2012-07-04 Arnaud GierschInclude simgrid_config.h before stdio.h to define _GNU_...
2012-07-04 Arnaud GierschRemove useless defines.
2012-07-04 Arnaud GierschDon't define variables in header files (part 2).
2012-07-04 navarroMore cache cleaning in lmm_solve
2012-07-04 schnorr[trace] correctly declaring simgrid tracing mark values...
2012-07-04 schnorr[trace] don't specify color when declaring an event...
2012-07-04 schnorr[trace] follow the paje file format specification
2012-07-04 Arnaud GierschDon't define variables in header file.
2012-07-03 Arnaud GierschFix memory leak.
2012-07-03 Arnaud Giersch[trace] free dicts on TRACE_end.
2012-07-03 Arnaud GierschFix free function for dynar, and simplify the code...
2012-07-03 Arnaud GierschAvoid to free object twice.
2012-07-03 Marion Guthmullermodel-checker : use abort() instead of a hack for core...
2012-07-03 Marion Guthmullermodel-checker : typo
next