Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused variables.
[simgrid.git] / src / smpi / smpi_replay.c
2013-06-10 suteravoid double variable definition when tracing is activa...
2013-06-08 George MarkomanolisNew actions for the time independent trace replay frame...
2013-05-07 Augustin Degommesynchronize all replay processes at the end
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-10 Paul BédarideAdd mpi alltoallv bruck and fix mpi alltoallv pairwise
2013-04-08 Paul Bédaridechange collective calls in smpi_replay
2013-02-21 Arnaud GierschFix memory leaks in smpi.
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
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 George MarkomanolisNow the SMPI replay tool supports the modified MPE...
2013-02-05 Arnaud GierschMerge branch 'v3_9_x'
2013-02-03 George MarkomanolisAdd MPI_Alltoallv support to the SMPI replay tool....
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 Martin Quinsonmake it compile in paranoid mode
2013-01-31 George MarkomanolisAdding MPI_Alltoall and MPI_Waitall to the SMPI replay...
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-21 suterfirst try at replaying alltoall. Not tested yet
2012-12-21 sutermake it compile
2012-12-21 suterfactor verbose logging
2012-11-30 shensheiMerge ../simgrid
2012-11-29 suterprinting the final simulation time also has to be done...
2012-11-29 suterassuming that rank 0 is the last to finish is a bad...
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-22 sutersome things do not have to be done by each process
2012-11-22 suterremove some leaks in verbose replay
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-26 suterinstrument broadcast and reduce actions too
2012-09-11 suteradd tracing for the trace replay tool. produces a trace...
2012-09-10 suterdon't need to synchronize processes anymore
2012-09-10 suterfunctional implementation of trace replay on top of...
2012-08-04 Martin Quinsondafuk? don't mix seconds and flops!
2012-07-12 suterDo the same as before to replay traces with SMPI, but...