Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove unnecessary variable
[simgrid.git] / src / smpi /
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'
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-26 navarroSMPI finally works ;)
2012-10-26 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-26 navarroFix smpi script variables between cmake home dir and...
2012-10-26 Augustin Degommefortran-smpi was broken
2012-10-26 Augustin Degommecorrect some issues with MPI_Sendrecv_replace, to avoid...
2012-10-26 Augustin Degommeadd a few fortran bindings and types to have better...
2012-10-26 Augustin Degommeadd various defines and objects to provide better compi...
2012-10-26 Augustin Degommehave waitall output an error if an issue is encountered...
2012-10-25 navarroFix compilation on linux ;)
2012-10-25 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-25 navarroFix compilation and configuration since win commits
2012-10-25 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-25 navarroCompilation fix on SMPI with WIN32
2012-10-25 navarroHuge hack for call of smpi_simulated_main.
2012-10-25 navarroAdd a surf function to get configuration parameters...
2012-10-24 Maximiliano GeierPull changes to push BitTorrent fix
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-23 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-23 Augustin Degommenumber of elements can be 0 in type constructors
2012-10-23 Augustin Degommedo not free the group of MPI_COMM_WORLD when asked...
2012-10-23 Augustin Degommewe should not check subtypes are commited before, as...
2012-10-23 Augustin Degommeadd MPI_PACKED datatype (for compilation only, MPI_Pack...
2012-10-23 Augustin Degommedo not free the group when freeing the comm, there...
2012-10-23 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-23 Arnaud GierschDefine an additional parameter for the hack around...
2012-10-23 Arnaud GierschCosmetics: rewrite usage() in smpirun.in.
2012-10-23 Arnaud GierschAdd missing calls to XBT_LOG_CONNECT.
2012-10-20 Arnaud GierschExclude smpi_process_argc and smpi_glogal_size when...
2012-10-19 navarroFix compilation error for smpi.
2012-10-19 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-19 navarroCompil smpi on win32.
2012-10-16 Martin Quinsons/MC_IS_ENABLED/MC_is_active()/ to remove an unfriendly...
2012-10-16 Arnaud GierschUse double quotes around variable expansion to protect...
2012-10-11 Augustin Degommeadd better support for MPI datatypes extent values...
2012-10-11 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-11 Arnaud GierschInclude standard header files after local includes.
2012-10-10 Arnaud GierschUse 1/0 instead of false/true (*flag is an int).
next