Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
only activate tests with raw contextes on platform where they are implemented
[simgrid.git] / src / smpi /
2011-04-18 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-15 Lucas Schnorrnew option for smpirun, group mpi ranks by their location
2011-04-04 Pierre-Nicolas ClaussSome distros need this
2011-04-01 NavarropMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-03-31 Pierre-Nicolas ClaussAdded one more missing call. C-MPI should now compile.
2011-03-31 Pierre-Nicolas ClaussMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-03-31 Pierre-Nicolas ClaussAdded one more missing MPI call.
2011-03-31 NavarropMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-03-31 Pierre-Nicolas ClaussPrograms compiled with smpicc now silently and successf...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-01 piniTentatively use sampling with Fortran.
2011-02-17 agierschUse new style logging macros.
2011-02-01 thieryDon't read a comm after completion since it is auto...
2011-01-31 cristianrosaAdd MSG_task_dsend function to MSG.
2011-01-27 cristianrosaMake SIMIX_req_host_execution_wait to also destroy...
2011-01-27 cristianrosaAdd extra argument "priority" to SIMIX_req_host_execute.
2011-01-24 piniUse a linear sweep waitall when MC is enabled.
2011-01-24 navarropCosmetics
2011-01-21 marklsmade it so that to apply varget for statics we not...
2011-01-21 navarropWe now use simgrid.gforge.inria.fr/simgrid.dtd to gener...
2011-01-20 piniAdded macros definitions and runtime support for cocci...
2011-01-20 marklsupdated patch file to work with static variables. This...
2011-01-18 piniIn the end use a temporary file (for those systems...
2011-01-18 marklsadded cocci for static vars...
2011-01-18 marklsmostly fixed up some comments here and there.
2011-01-18 piniNo need to use a temporary file here.
2011-01-18 piniAlways add the needed include file.
2011-01-18 marklscommiting some more automatic source patching stuff...
2011-01-17 piniAccess to SIMIX data without resorting to a request...
2011-01-17 marklsput var name back in macro calls...
2011-01-17 marklshey, figured out how to change vars to pointers without...
2011-01-17 marklsoh, hey, got everything but the array initializers...
2011-01-17 marklsokay, this version should work now.
2011-01-17 piniChange the type of globals to pointer-of-the-type.
2011-01-17 marklsokay, semantic patches mostly doing what is probably...
2011-01-17 marklsadded replace globals cocci patch to repository
2011-01-12 mquinsoncurrent version (maybe 30 or 40% done) of our spatching...
2011-01-07 piniForce use of thread contexts when running fortran code.
2011-01-07 piniLocally store the process rank.
2011-01-07 piniCheck if the pointer is writable.
2011-01-06 piniWe have to somehow rely on F2C if we want it.
2011-01-05 piniAdded support for sampling up to a given number of...
2011-01-04 piniFix SMPI scripts against the target directory
2010-12-07 piniBuild SMPI on top of smx_action_t.
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 piniRemoved some old and unused filed from SMPI.
2010-12-07 schnorr[trace] new option for smpirun (-triva) to generate...
2010-12-07 schnorr[trace] always trace uncategorized with smpirun
2010-12-07 schnorr[trace] setting the tracing category for exec and comm...
2010-12-07 schnorr[trace] registering the tracing categories of mpi proce...
2010-12-07 schnorr[trace] smpi set tracing category returns void
2010-12-06 piniUse more precision by default when running 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
next