Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: add space.
[simgrid.git] / src /
2013-02-18 Arnaud GierschAlso set MPI_ERROR in smpi_empty_status.
2013-02-14 Arnaud GierschUsing memcpy looks a bit overkill here.
2013-02-14 Arnaud GierschRemove spurious brace from error message.
2013-02-14 Arnaud GierschRemove remaining traces from synchronized dynars.
2013-02-14 Arnaud GierschCsmetics: algin braces.
2013-02-14 Arnaud GierschRemove declarations for undefined functions.
2013-02-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2013-02-14 Arnaud GierschSimply say func(...) instead of (*func)(...) when func...
2013-02-14 Arnaud GierschUse CATCH_ANONYMOUS whenever possible.
2013-02-14 Arnaud GierschReplace, when possible, calls to bprintf() by calls...
2013-02-14 Arnaud GierschRemove unused static functions.
2013-02-14 Arnaud GierschRemove declarations for undefined functions.
2013-02-14 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-14 Jonathan Rouzaud... Fix recv/irecv with bounded rate
2013-02-14 Lucas Schnorr[trace] remove useless if, fix identation
2013-02-14 Lucas Schnorr[trace] correct place to keep route allocation + free
2013-02-14 Lucas Schnorr[trace] add debug messages to debug graph extraction...
2013-02-14 Lucas Schnorr[trace] cosmetics and typos
2013-02-14 Lucas Schnorr[trace] useless declaration
2013-02-14 Jonathan Rouzaud... New version of recv/irecv with bounded rate
2013-02-14 Jonathan Rouzaud... Remove commented code from surf_routing_cluster
2013-02-14 Jonathan Rouzaud... Remove commented code from surf_routing_cluster
2013-02-13 Arnaud GierschFix errors caught by java -Xcheck:jni.
2013-02-13 Arnaud GierschMore long -> intptr_t changes.
2013-02-13 Arnaud GierschAdd missing class initializer for VM.java.
2013-02-13 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-13 Arnaud GierschTypos: binded -> bound.
2013-02-13 Martin Quinsondocument that the search function on dynar don't work...
2013-02-12 Arnaud GierschFix build warnings on 32bits archs.
2013-02-12 Arnaud GierschInitialize variable, and make gcc happy.
2013-02-12 Arnaud GierschReindent.
2013-02-12 Arnaud GierschKill unused variable.
2013-02-12 Augustin Degommeissend should be treated as isend, even if not detached
2013-02-12 Augustin Degommecorrect behavior of MPI_Send which used to values of...
2013-02-12 Arnaud GierschFix double free error.
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-12 Jonathan Rouzaud... Bounded receive
2013-02-11 Augustin Degommeadd an smpi/ois factor, to account for the fact that...
2013-02-11 Augustin Degommeactivate a bunch of tests using mpi_ssend, and change...
2013-02-11 Augustin Degommeadd support for Ssend/Issend in SMPI
2013-02-11 Augustin DegommeRevert "always have display_timing activated for smpi...
2013-02-11 Augustin Degommeadd option to set the threshold where smpi send stops...
2013-02-11 Augustin Degommebug : smpi tracing options were replacing those the...
2013-02-11 Augustin Degommesmall fixes to repair unix build
2013-02-11 Augustin Degommeresolve cmakelists conflict
2013-02-11 Augustin Degommevarious fixes to hopefully compile under win32
2013-02-11 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-08 George MarkomanolisFixing a possible bug, I should use parse_double()...
2013-02-07 Martin QuinsonSeed the random generators before the main()
2013-02-07 George MarkomanolisNow the SMPI replay tool supports the modified MPE...
2013-02-07 Jonathan Rouzaud... Add a new simcall that modifies the rate of the first...
2013-02-07 Arnaud GierschTry to make simdag-test-dotload reproducible.
2013-02-06 Arnaud GierschReturn MPI_UNDEFINED for negative values too.
2013-02-06 Arnaud GierschAvoid to modify lib while it's been iterated.
2013-02-06 Arnaud GierschGive state a sensible value, and don't let it uninitial...
2013-02-06 Arnaud GierschDestroy comm action in SIMIX_process_kill.
2013-02-06 Arnaud GierschCorrectly restart all processes on VM reboot.
2013-02-06 Arnaud GierschFix memory leak.
2013-02-06 Marion Guthmullermodel-checker : fix insertion in mc_heap_comparison_ignore
2013-02-05 Arnaud GierschMerge branch 'v3_9_x'
2013-02-04 Arnaud GierschDie if fopen() failed.
2013-02-04 suterbetter to close file
2013-02-04 Arnaud LegrandThis way of passing arguments has changed since a long...
2013-02-04 Arnaud LegrandBug fix in trace management.
2013-02-04 Arnaud LegrandBug fix. The date given when updating the state of...
2013-02-04 Arnaud LegrandAdditionnal information never hurt.
2013-02-04 suterdon't break anything this way
2013-02-04 suterdon't break if debug is activated ...
2013-02-04 sutermem leak --
2013-02-04 sutermem leak--
2013-02-04 suteroups, forgot to check is graph is acyclic or not
2013-02-04 suterdeal with the predefined scheduling stuff
2013-02-04 suteryet another attempt to solve issues with the dotload...
2013-02-04 sutersecurity commit before using the ax!
2013-02-04 suterdoesn't hurt to use types expected by some xbt_dynar...
2013-02-04 Arnaud GierschRewrite xbt_getline.
2013-02-04 Arnaud GierschAvoid to return from inside a TRY block.
2013-02-04 Arnaud GierschInitialize variable.
2013-02-04 Arnaud LegrandThis way of passing arguments has changed since a long...
2013-02-04 Arnaud LegrandBug fix in trace management.
2013-02-04 Arnaud LegrandBug fix. The date given when updating the state of...
2013-02-04 Arnaud LegrandAdditionnal information never hurt.
2013-02-04 Martin Quinsonuse our xbt_getline on every platform to ease our cmake...
2013-02-04 Augustin Degommealways have display_timing activated for smpi, as it...
2013-02-03 Arnaud GierschRename getline as xbt_getline.
2013-02-03 Arnaud GierschFix javadoc warnings.
2013-02-03 George MarkomanolisAdd MPI_Alltoallv support to the SMPI replay tool....
2013-02-03 Arnaud GierschConnect log categories used in java bindings.
2013-02-03 Arnaud GierschChange message to debug loglevel.
2013-02-03 Arnaud GierschDon't let exceptions pass through the MSG layer.
2013-02-02 Arnaud GierschTypo.
2013-02-02 Arnaud GierschSG_java_tracing is not a separate library anymore.
2013-02-02 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2013-02-01 George MarkomanolisUpdate the MPI_Waitall for SMPI replay tool, remove...
2013-02-01 Marion Guthmullermodel-checker : remove var in list of global variables...
2013-02-01 Marion Guthmullermodel-checker : fix index of dynar in get_location
2013-02-01 suterDo the right thing for 'root' and 'end' in dot_add_para...
2013-02-01 sutertypo
2013-02-01 Martin Quinsonbugfix in Task.setDataSize(): change both C and Java...
2013-02-01 Martin QuinsonCompile with a recent flexml
next