Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sort file names.
[simgrid.git] / src /
2013-01-29 Paul BédarideStorage parsing skip empty line
2013-01-29 Martin QuinsonMerge branch 'v3_9_x' of scm.gforge.inria.fr:/gitroot...
2013-01-29 Paul BédarideMerge branch 'v3_9_x' of github.com:mquinson/simgrid...
2013-01-29 Paul BédarideStorage parsing skip empty line
2013-01-29 suteroups! forgot to rest some parts ...
2013-01-29 Paul BédarideMerge branch 'master' of 192.168.8.160:/git/simgrid
2013-01-29 Arnaud GierschConnect log category xbt_heap.
2013-01-28 Arnaud GierschAvoid "maybe uninitialized" warning.
2013-01-28 Augustin Degommedo not force the O2 parameter inside SMPI scripts
2013-01-28 Augustin Degommecreate backbone if either one of the bandwidth or laten...
2013-01-28 Marion Guthmullerunnecessary loop for the reset of the simcall args
2013-01-28 Marion Guthmullermodel-checker : don't need to reset the result of simca...
2013-01-28 Marion Guthmullermodel-checker : reset args and result of simcalls in...
2013-01-25 Arnaud GierschUse %zu for type size_t.
2013-01-25 Marion Guthmullermodel-checker : need to switch between raw heap and...
2013-01-25 Marion Guthmullermodel-checker : move function from mc_global in mm_modu...
2013-01-25 Marion Guthmullermodel-checker : compare directly local variables found...
2013-01-25 Marion Guthmullermodel-checker : start canonicalizatipn in heap comparis...
2013-01-25 Marion Guthmullermodel-checker : cleanups for heap comparison from globa...
2013-01-25 Marion Guthmullermodel-checker : stop heap comparison when the first...
2013-01-23 Paul BédarideRemove MSG_load_platform_script and SD_load_environment...
2013-01-23 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-01-22 sutermem leak --
2013-01-22 suterwhen scheduling the same application more than once...
2013-01-22 sutertiny reindent
2013-01-21 Arnaud GierschMake it build again after commit 48404c66fc4d8248308db1...
2013-01-21 suterImprove behavior of SD_application_reinit. Now, you...
2013-01-21 suterdon't use binary mask
2013-01-21 suterwhy let the user give a name to a dependency if s/he...
2013-01-21 Paul BédarideAll hosts types fusion to xbt_dictelm_t
2013-01-20 sutercan be interesting to get the value of the alpha parame...
2013-01-17 suteradd a new loader that creates a parallel task graph...
2013-01-17 suterchange verbose messages
2013-01-17 suterbetter support of parallel typed tasks in dump and...
2013-01-17 Arnaud Giersch_surf_cfg_set was renamed (untested)
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-17 Arnaud GierschMerge branch 'vmtrace' again (don't try to undersatand...
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-17 Arnaud GierschMissing declaration.
2013-01-16 Jonathan Rouzaud... Merge branch 'vmtrace'
2013-01-16 Jonathan Rouzaud... Trying to fix modification with new master branch
2013-01-16 Jonathan Rouzaud... Trying to fix modification with new master branch
2013-01-16 Jonathan Rouzaud... Trying to fix modification with new master branch
2013-01-16 Jonathan Rouzaud... Trying to fix modification with new master branch
2013-01-16 Jonathan Rouzaud... Trying to fix modification with new master branch
2013-01-16 Jonathan Rouzaud... Fix failed merge
2013-01-16 Jonathan Rouzaud... Merge with master
2013-01-16 Marion Guthmullermodel-checker : apply independance reduction at each...
2013-01-16 Marion Guthmullermodel-checker : minor fix in dpor algorithm
2013-01-16 Augustin Degommechange verbosity of some messages
2013-01-16 Augustin Degommeadd smpi/os and smpi/or parameters to handle timings...
2013-01-16 Augustin Degommeuse temp file for fortran instead of fixed name, which...
2013-01-14 suterbug fix: If the last released dependency is a control...
2013-01-14 suternumber of unsatisfied dependencies can be negative...
2013-01-14 Marion Guthmullermodel-checker : use a global timer for snapshot compari...
2013-01-14 Marion Guthmullermodel-checker : add nb_processes in snapshot
2013-01-11 Marion Guthmullermodel-checker : free memory
2013-01-11 Marion Guthmullermodel-checker : add chunks used into snapshot structure...
2013-01-11 Marion Guthmullermodel-checker : free memory
2013-01-10 Marion Guthmullermodel-checker : fix memory free
2013-01-10 Marion Guthmullermodel-checker : free memory for stacks comparison
2013-01-10 Marion Guthmullermodel-checker : disable use of system malloc for raw_heap
2013-01-10 Marion Guthmullermodel-checker : some cleanup in mmalloc_compare_heap...
2013-01-10 Arnaud GierschFree the TRACE_{start,end}_functions dynars when they...
2013-01-08 Paul BédarideFix lua deploy
2013-01-08 Paul BédarideFix lua platform script
2013-01-08 Arnaud GierschFix build with tracing=OFF.
2013-01-08 Arnaud GierschAvoid to put smpi symbols in libsimgrid.
2013-01-07 Marion Guthmullermodel-checker : comment backtrace and add ignore mechan...
2013-01-03 Marion Guthmullermodel-checker : fix dichotomic search and insertion...
2013-01-03 Marion Guthmullermodel-checker : update list of visited states during...
2013-01-02 Marion Guthmullermodel-checker : use xbt_abort after exhaustive exploration
2013-01-02 Marion Guthmullermodel-checker : ignore some local variables from simix...
2013-01-02 Marion Guthmullermodel-checker : fix sorting of visited states and state...
2013-01-01 Marion Guthmullermodel-checker : sorting of visited states according...
2012-12-28 Martin QuinsonRevert "Kill the <backbone> tag"
2012-12-28 Martin QuinsonKill the <backbone> tag
2012-12-26 Marion Guthmullermodel-checker : don't ignore simcall result in system...
2012-12-24 Martin Quinsonremove the 'new_' part of function name sg_platf_new_tr...
2012-12-24 Martin Quinsonacknoledge that the default value is set in network...
2012-12-21 suterfirst try at replaying alltoall. Not tested yet
2012-12-21 sutermake it compile
2012-12-21 suterfactor verbose logging
2012-12-21 suterCosmetics
2012-12-21 Paul BédarideRevert "make MSG_comm_waitany use dynar"
2012-12-20 Arnaud LegrandAllow MSG one-side communications that rely on parallel...
2012-12-20 Marion Guthmullermodel-checker : fix MC_take_snapshot if malloc used...
2012-12-20 Marion Guthmullermodel-checker : fix dpor with state equality reduction
2012-12-20 Marion Guthmullermodel-checker : if frame name is empty, stop stack...
2012-12-20 Marion Guthmullermodel-checker : remove restriction of DPOR if several...
2012-12-20 Arnaud GierschUse "debug" log level here.
2012-12-20 Arnaud GierschSome symbols were renamed by last flexml update.
2012-12-20 Arnaud GierschUpdate with newer flexml.
2012-12-20 Paul Bédaridemake MSG_comm_waitany use dynar
2012-12-20 Martin Quinsonmake MSG_config public, document it, and implement...
2012-12-20 Paul BédarideMove module tracing into corresponding modules
2012-12-20 Martin Quinsonremove the create_resource entry point in resource...
2012-12-19 Martin Quinsonuse system malloc for the raw heap if GNU ld is used
2012-12-18 Martin QuinsonUse xbt_malloc (and friends) instead of direct malloc()
2012-12-18 Arnaud GierschLinker option is useless when '-c' is present.
next