Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 suterthis example is simpler now
2012-07-12 suterDo the same as before to replay traces with SMPI, but...
2012-07-12 navarroUpdate xml_files in Cmake
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-12 navarroUpdate tesh file for cabinet
2012-07-11 suteradd a few (totally untested) actions.
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 : heapinfo address in parameter of malloc...
2012-07-10 Marion Guthmullermodel-checker : update example bugged1_liveness (variab...
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 sutermention the SD_task_set_rate function
2012-07-10 suterfinally understand how the rate works. update the examp...
2012-07-10 suterFinally understand how the rate works. Explain it in...
2012-07-09 Arnaud GierschFix error: overflow in implicit constant conversion...
2012-07-09 Arnaud GierschFix fatal error: simix/simix.h: No such file or directory.
2012-07-09 Arnaud GierschIncrease required width for times in tesh file.
2012-07-09 Arnaud GierschFix kademlia example which was broken on 32bits archs.
2012-07-09 suterAdd a Q&D implementation of trace replay with SMPI...
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... Fix a mistake in the Weibull inverse distribution function
2012-07-06 Arnaud GierschIncrease timeout for test bittorrent.
2012-07-05 Arnaud GierschAdd missing files from examples for dist.
2012-07-05 Arnaud GierschMerge variable BINDINGS_FILES into BINDINGS_SRC.
2012-07-05 Arnaud GierschReorder file lists in lexical order.
2012-07-05 Arnaud GierschStop trying to resolve real path for cmake directories.
2012-07-05 Arnaud GierschKill duplicated code in CMakeLists.txt.
2012-07-05 Arnaud GierschCopying the file once is sufficient.
2012-07-05 Arnaud GierschCreate needed directories at configure time instead...
2012-07-05 Arnaud Gierschmemcheck_tests.cmake: update.
2012-07-05 Arnaud GierschBreak loop here.
2012-07-05 Arnaud GierschCheck if cnst->cnst_usage is NULL.
2012-07-05 Martin Quinsonbe more verbose on explaining the expected result of...
2012-07-05 Christophe... Make it clear that MC is supposed to detect a counter...
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 Martin Quinsontypo on option name
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 LepetitAdd kademlia C example
2012-07-04 Samuel LepetitUse xbt_dynar_foreach in cloud example
2012-07-04 Samuel LepetitRevalidate tesh file for cloud example
2012-07-04 Samuel LepetitUpdate cloud example to use MSG_vm_reboot. Update the...
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 schnorrfix tracing documentation
2012-07-04 lbobelinStupid commit to get shared/doxygen directory existing...
2012-07-04 lbobelinChanged URLs to the correct one.
2012-07-04 Arnaud GierschCall xbt_init() to parse the command line, specially...
2012-07-04 Samuel LepetitFix SIMIX_process_kill(SIMIX_process_self()); issue...
2012-07-04 Samuel LepetitRemove XBT_INLINE from bittorrent example.
2012-07-04 Arnaud GierschMake example compile with enable_warnings=ON.
2012-07-04 Arnaud GierschReindent.
2012-07-04 Arnaud GierschDon't override CMAKE_C_FLAGS!
2012-07-04 Arnaud GierschMake directory when building out of the source tree.
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 Arnaud GierschAdd -fno-common to compile flags.
2012-07-04 navarroMore cache cleaning in lmm_solve
2012-07-04 schnorrcopying an image needed by the tracing documentation
2012-07-04 schnorr[trace] fix paje header in tesh files
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 GierschUpdate.
2012-07-03 Arnaud GierschFix indentation (again).
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 Arnaud GierschFree dot before exit.
2012-07-03 Marion Guthmullermodel-checker : use abort() instead of a hack for core...
2012-07-03 Marion Guthmullermodel-checker : typo
2012-07-03 Marion Guthmullermodel-checker : create core dump without termination...
2012-07-03 Marion Guthmullermodel-checker : pointer detection fixed
2012-07-03 Marion Guthmullermodel-checker : copyright header for safety properties...
2012-07-03 Samuel LepetitAdd bittorrent example
next