Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] fix on compilation without tracing
[simgrid.git] / src / smpi /
2010-12-06 schnorr[trace] configuration option tracing/platform renamed...
2010-12-03 schnorr[trace] replace IS_TRACING by TRACE_is_active() function
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-02 piniAllow SMPI to run on old unixes (even on darwin).
2010-12-01 agierschDo not request status if not requested by caller.
2010-12-01 piniUse plain old C types.
2010-11-30 piniKill SMPE: use visualization instead.
2010-11-30 piniBugfix: statuses were wrongly accessed.
2010-11-30 piniAdd many missing (but not yet implemented) MPI calls.
2010-11-30 piniRemove deprecated horrible pimple (use visualization...
2010-11-30 navarropUpdate platfrom version to 3.
2010-11-30 piniOops, these calls should be PMPI-ized as well.
2010-11-30 piniImplement PMPI.
2010-11-26 piniSupport more MPI calls in fortran.
2010-11-26 pinismpif2c: Compile common structs and building function...
2010-11-26 piniRemove old debugging stuff.
2010-11-23 schnorrupdating smpirun to use new tracing option (otherwise...
2010-11-22 piniSupport for Fortran code in SMPI based on f2c, some...
2010-11-18 piniUpdate default platform in smpirun.
2010-11-18 piniMPI_Comm_split is back to life.
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-10-28 schnorrmoving TRACE_smpi_set_category to smpi_mpi.c so functio...
2010-10-14 schnorrusing mpi_comm_world to get the global rank
2010-10-11 alegrandIndent include and src using this command:
2010-10-06 schnorrcosmetics on tracing mechanism
2010-10-06 piniUpdated README for SMPI.
2010-09-29 piniSqueeze any block with a given delay (in flops).
2010-09-27 piniRemoved unused variables and added missing return call.
2010-09-27 piniAdded local and global sampling.
2010-09-23 navarropInitialize value. Compilation with Full Flags.
2010-09-23 piniTake size into account when building a unique name.
2010-09-22 piniAdded RAM folding to SMPI.
2010-09-15 schnorrwhen smpirun is executed with -trace parameter, activat...
2010-09-15 schnorrnot consider the time spent on SMPI tracing as part...
2010-09-06 piniFixed return type.
2010-09-06 piniAdded missing MPI call.
2010-09-06 piniBugfix: invalid behaviour in datatype_copy.
2010-08-10 schnorrupdate on smpirun script to accept -trace argument...
2010-08-06 schnorrtracing a sub-set of point-to-point mpi functions
2010-08-05 piniAdded MPI_CHAR to predefined reduce operations (not...
2010-08-05 schnorrtracing MPI collective operations implemented in SMPI
2010-08-05 schnorrinitial instrumentation points for the smpi component
2010-08-05 navarropGive LD_LIBRARY_PATH to smpirun.
2010-08-05 piniSemaphores are repaired, so SMPI can safely rely on...
2010-07-29 cristianrosaEnable using the MC with SMPI
2010-06-14 piniAdded new model (default with smpirun) that integrates...
2010-05-21 navarropAdd a path to smpicc for find libsimgrid.
2010-05-07 piniThe eager limit size itself is part of the RDV protocol.
2010-05-05 piniCleanup.
2010-04-25 mquinsonFix copyright headers
2010-04-21 piniAdded persistent communications (working but not yet...
2010-04-21 piniCleanup toward persistent communications.
2010-04-15 piniActually, we want a RDV not a deadlock.
2010-04-15 piniTypos, cosmetics and RDV protocol.
2010-04-13 piniMake SMPI parameters names more consistent.
2010-04-09 piniCompile MPI programs with -O2 by default.
2010-04-09 mquinsonKill a detection of jot, which produce an error message...
2010-04-02 piniPimple to get the message sizes
2010-03-25 piniRemoved trailing whitespace
2010-03-25 piniMore MPI calls support in SMPI
2010-03-25 piniAdded MPI_COMM_SELF.
2010-03-23 genaudOops. Forgot to commit these ones
2010-03-23 genaud- implemented MPI_MAXLOC & MPI_MINLOC in operations
2010-03-22 genaudadded MPI_Get_processor_name()
2010-03-19 piniMaybe this time I got it right.
2010-03-19 piniWe want the output for rank 0 as well...
2010-03-19 piniFix bugs in SMPE.
2010-03-18 piniMake SMPE's output to look more like clog2_print's one
2010-03-13 piniExpand space-separated values of --log and --cfg arguments.
2010-03-13 piniPlug the memleak of smx_rdv_t
2010-03-13 piniKeep SMPI data in the SMPI layer
2010-03-13 piniFixed buggy implementation of MPI_Waitsome
2010-03-13 piniFixed two more unclean execution paths
2010-03-13 piniBugfix to dirty cleanup of SIMIX from SMPI.
2010-03-13 piniMove misplaced memleak fix.
2010-03-12 mquinsonplug a tiny memleak
2010-03-12 mquinsonBummer, that's not the way to change the network model
2010-03-12 mquinsonProtect spaces in arguments forwarded to simgrid
2010-03-12 piniCosmetics in SMPI and bugfix for a nasty bug in SIMIX...
2010-03-11 mquinsonpropagate the network model tweaks to simgrid
2010-03-08 piniCosmetics + basic support for printing the simulated...
2010-03-05 piniFix SIMIX_network_copy_data against SMPI (to be tested...
2010-02-25 piniUse an execute action instead of a sleep action.
2010-02-23 piniAdded implementation of missing case for Alltoall ...
2010-02-22 piniFix bug while counting created requests in alltoallv.
2010-02-08 piniSMPI over SIMIX_network in a two days rush.
2010-01-29 piniAdded some missing MPI calls.
2010-01-28 piniBetter fix for r7026.
2010-01-27 piniFix errors with relative includes with smpicc
2010-01-27 piniIn smpi_mpi.c:
2010-01-20 piniIn smpi_mpi.c:
2010-01-19 piniAdded flag for printing more debug info
2010-01-19 piniFix stripping of first argument.
2009-12-11 mquinsonallow smpicc to survive to non-functionnal readlink...
2009-10-05 mquinsonImprovements to the MSG port on top of SIMIX network...
2009-08-17 mquinsonSMPI: Fix the prototype of SMPI_MPI_Type_get_extent...
2009-08-01 genaudAlltoallv
next