Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : update state equality detection
[simgrid.git] / src /
2013-04-01 Marion Guthmullermodel-checker : update state equality detection
2013-03-29 Augustin Degommenew attempt to stabilize the use of underscores on...
2013-03-29 Augustin Degommefreebsd compatibility
2013-03-29 Augustin Degommeremove states for the new tracing option, as only links...
2013-03-29 Augustin Degommeswitch back from two underscores to one in fortran...
2013-03-29 Augustin Degommeadd a cfg:tracing/smpi/internals option, to trace all...
2013-03-29 Augustin Degommeupdate dtd
2013-03-29 Augustin Degommeadd a loopback_lat and loopback_bw to cluster tag
2013-03-29 Augustin Degommeadd limiter_link option to cluster tag, to add a pseudo...
2013-03-29 Augustin Degommeadd a bunch of bindings/new definitions of unimplemente...
2013-03-28 Arnaud GierschRemove extraneous parentheses, and silent clang.
2013-03-28 Arnaud GierschFix build without smpi.
2013-03-28 Arnaud GierschDon't build smpi in a separate library anymore.
2013-03-28 Paul BédarideAdd collectives for allgather, allreduce, bcast and...
2013-03-27 Martin Quinsonfix for windows -- not sure if it's still mandatory...
2013-03-25 Arnaud GierschFix various build errors.
2013-03-25 Arnaud GierschReindent files before changes.
2013-03-25 Arnaud GierschMissing include.
2013-03-25 Marion Guthmullermodel-checker : variable declaration deleted with a...
2013-03-25 Marion Guthmullermodel-checker : add variable deleted before to resolve...
2013-03-25 Marion Guthmullermodel-checker : ignore variable about time used with...
2013-03-25 Marion Guthmullermodel-checker : if acceptance cycle is detected, get...
2013-03-25 Marion Guthmullermodel-checker : last fix in DPOR algorithm if max depth...
2013-03-25 Martin Quinsonfix some simple errors in the commit of Paul (not enoug...
2013-03-25 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-25 Jonathan Rouzaud... Fix sendBounded java binding
2013-03-25 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-25 Paul BédarideAdd alltoall collectives from starmpi
2013-03-21 Arnaud GierschDumb commit: kill empty line.
2013-03-21 Arnaud GierschKill unused variable.
2013-03-21 Marion Guthmullermodel-checker : use xbt_free_f instead of a new functio...
2013-03-21 Marion Guthmullermodel-checker : fix soundness of DPOR algorithm if...
2013-03-19 Arnaud GierschInitialize variables.
2013-03-19 Arnaud GierschGenerated file has changed.
2013-03-19 Arnaud GierschAdd missing declarations.
2013-03-19 Marion Guthmullermodel-checker : order reached_pairs by number of proces...
2013-03-19 Marion Guthmullermodel-checker : free memory
2013-03-19 Marion Guthmullermodel-checker : cosmetics
2013-03-19 Marion Guthmullermodel-checker : fragment size and fragment number may...
2013-03-19 Jonathan Rouzaud... Add receive bounded to the java binding
2013-03-19 Marion Guthmullermodel-checker : store heap_bytes_used and number of...
2013-03-19 Marion Guthmullermodel-checker : cleanups
2013-03-19 Marion Guthmullermodel-checker : code refactoring for get_hash_global
2013-03-16 Marion Guthmullermodel-checker : fix dpor
2013-03-16 Marion Guthmullermodel-checker : fix compilation error without MC
2013-03-16 Marion Guthmullermodel-checker : code refactoring for heap comparison...
2013-03-16 Marion Guthmullermodel-checker : add state equality reduction in ddfs...
2013-03-16 Marion Guthmullermodel-checker : get current backtrace with libunwind...
2013-03-16 Marion Guthmullermodel-checker : code refactoring
2013-03-16 Marion Guthmullermodel-checker : ignore mc_time for heap comparison...
2013-03-16 Marion Guthmullermodel-checker : improve debug message
2013-03-16 Marion Guthmullermodel-checker : new model-checker configuration model...
2013-03-16 Marion Guthmullermodel-checker : return state number if the current...
2013-03-16 Marion Guthmullermodel-checker : fix MC_RANDOM simcall
2013-03-16 Marion Guthmullermodel-checker : set ignore flag to 0 if reallocation
2013-03-16 Marion Guthmullermodel-checker : minor changes for debug information...
2013-03-16 Marion Guthmullermodel-checker : check if fragment or block has been...
2013-03-16 Marion Guthmullermodel-checker : remove local variable only if frame...
2013-03-16 Marion Guthmullermodel-checker : remove static function
2013-03-16 Marion Guthmullermodel-checker : cosmetics
2013-03-16 Marion Guthmullermodel-checker : get hash of local and global variables...
2013-03-16 Marion Guthmullermodel-checker : ignore running context of processes...
2013-03-16 Marion Guthmullermodel-checker : use short instead of int for ignore...
2013-03-16 Marion Guthmullermodel-checker : init ignore information for each block...
2013-03-16 Marion Guthmullermodel-checker : remove commentated declaration of funct...
2013-03-16 Marion Guthmullermodel-checker : remove variable from mc_local_variables...
2013-03-16 Marion Guthmullermodel-checker : fix memory leak
2013-03-16 Marion Guthmullermodel-checker : cosmetics
2013-03-16 Marion Guthmullermodel-checker : cleanups in mc_snapshot structure
2013-03-16 Marion Guthmullermodel-checker : new simcall MC_RANDOM
2013-03-16 Marion Guthmullermodel-checker : fix memory leak
2013-03-16 Marion Guthmullermodel-checker : get instruction pointer and frame name...
2013-03-10 Arnaud GierschAdd new option to smpirun, for running valgrind/gdb...
2013-03-08 Arnaud GierschImprove the printing of default values when size != 1.
2013-03-08 Arnaud GierschCosmetics: add space before opening parenthesis.
2013-03-06 Arnaud GierschUse simple arrays, instead of dynars.
2013-03-06 Arnaud GierschReally copy only when recvbuf != sendbuf.
2013-02-21 Arnaud GierschDefine missing function.
2013-02-21 Arnaud GierschRemove useless statements.
2013-02-21 Arnaud GierschTry to fix const madness.
2013-02-21 Arnaud GierschFix memory leaks in smpi.
2013-02-21 Arnaud GierschExtend smpi_register_static to accept any free function.
2013-02-20 Arnaud GierschAvoid to export internal variables.
2013-02-20 Arnaud GierschFree timer after it's been used.
2013-02-20 Arnaud GierschFix a few memory leaks.
2013-02-19 Augustin Degommeremove forgotten debug println
2013-02-19 Augustin DegommeJava didn't report the same OS name as Cmake for Window...
2013-02-19 Augustin Degommechange an include, to avoid linking from simgrid to...
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-19 Arnaud GierschUse correct log category.
2013-02-18 Arnaud GierschKill old commented line.
2013-02-18 Arnaud GierschCheck status also with MC.
2013-02-18 Arnaud GierschMove test outside the loop.
2013-02-18 Arnaud GierschSet status in any case.
2013-02-18 Arnaud GierschRemove declarations for nonexistent functions or variables.
2013-02-18 Arnaud GierschChange regexp to correctly handle types like "short...
2013-02-18 Arnaud GierschAlso set MPI_ERROR in smpi_empty_status.
2013-02-15 Augustin Degommebe case insensitive when trying to change main name...
2013-02-15 Augustin Degommeadd mpi_testall binding for fortran
2013-02-14 Arnaud GierschUsing memcpy looks a bit overkill here.
next