Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : cosmetics
[simgrid.git] / src / smpi /
2013-03-10 Arnaud GierschAdd new option to smpirun, for running valgrind/gdb...
2013-03-06 Arnaud GierschUse simple arrays, instead of dynars.
2013-03-06 Arnaud GierschReally copy only when recvbuf != sendbuf.
2013-02-21 Arnaud GierschFix memory leaks in smpi.
2013-02-21 Arnaud GierschExtend smpi_register_static to accept any free function.
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-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 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.
2013-02-14 Arnaud GierschRemove spurious brace from error message.
2013-02-14 Jonathan Rouzaud... Remove commented code from surf_routing_cluster
2013-02-13 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
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 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
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 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 George MarkomanolisNow the SMPI replay tool supports the modified MPE...
2013-02-06 Arnaud GierschReturn MPI_UNDEFINED for negative values too.
2013-02-05 Arnaud GierschMerge branch 'v3_9_x'
2013-02-04 Augustin Degommealways have display_timing activated for smpi, as it...
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-30 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-01-30 Arnaud GierschMerge branch 'v3_9_x'
2013-01-30 Arnaud GierschRemove unused file.
2013-01-29 Paul BédarideMerge branch 'master' of 192.168.8.160:/git/simgrid
2013-01-28 Augustin Degommedo not force the O2 parameter inside SMPI scripts
2013-01-25 Arnaud GierschUse %zu for type size_t.
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
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-08 Arnaud GierschAvoid to put smpi symbols in libsimgrid.
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-20 Paul BédarideMove module tracing into corresponding modules
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.
2012-12-17 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-17 Paul BédarideMove config from surf to simgrid
2012-12-12 Augustin Degommechange the way we handle MPI_Request termination
2012-12-10 Augustin Degommeadd a bunch of new fortran bindings, to make bigdft...
2012-12-06 Augustin Degommehandle proper cleanup of mpi datatypes with MPI_Type_fr...
2012-12-06 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-05 Augustin Degommemodify the way we handle MPI_ANY_SOURCE, MPI_ANY_TAG...
2012-12-05 Augustin Degommemake valgrind happy with smpi by handling action destru...
2012-12-03 Augustin Degommeremove sender's side data from mpi_send in the receiver...
2012-12-03 Arnaud GierschPrint a message and exit if file was not found.
2012-11-30 sutertypos
2012-11-30 Augustin Degommehave the smpif90 file replace the main program clause...
2012-11-30 Augustin Degommefix a memory leak happening with smpi_replay
2012-11-30 Augustin Degommeadd support of smpif90 file
2012-11-30 Augustin Degommeadd yet another stunt with smpi_simulated_main to provi...
2012-11-30 Augustin Degommereplace smpi_simulated main by smpi_simulated_main__...
2012-11-30 Augustin Degommeadd two functions to fortran bindings, needed by specfem
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-28 Augustin Degommeadd option to generate states for code outside smpi...
2012-11-28 jean-noel quintin[smpi,simix-network] remove a useless function
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-11-22 Martin Quinsonfirst try at killing GRAS -- does not compile yet
2012-11-16 Marion Guthmullerforget to apply cleanups in MC on SMPI (separate MC_mod...
2012-11-14 Arnaud Gierschsmpicc: also reset CMAKE_LINKARGS when no linking is...
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-12 Lucas Schnorr[trace] bye bye triva, welcome viva
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-05 Augustin Degommeas MPI_Iprobe always use a 0-sized request, do not...
2012-11-04 degommehandle MPI_UB and MPI_LB for real, activate tests in...
2012-10-31 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-31 Augustin Degommequick fix that hopefully won't break too much compilati...
2012-10-30 Augustin Degommecorrect behavior of smpi_group_excl and smpi_group_int...
2012-10-29 Arnaud GierschFix compilation error.
2012-10-29 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-29 Augustin Degommehandle nested datatypes in smpi (structs of vectors...
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
next