Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make simix headers public so that we can write external bindings
[simgrid.git] / src / smpi / smpi_bench.c
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-30 piniKill SMPE: use visualization instead.
2010-10-11 alegrandIndent include and src using this command:
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 piniTake size into account when building a unique name.
2010-09-22 piniAdded RAM folding to SMPI.
2010-04-25 mquinsonFix copyright headers
2010-04-13 piniMake SMPI parameters names more consistent.
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-08 piniCosmetics + basic support for printing the simulated...
2010-02-25 piniUse an execute action instead of a sleep action.
2010-02-08 piniSMPI over SIMIX_network in a two days rush.
2009-07-15 mquinsonOnly sleep to handle real computation if the time to...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-26 mquinsonSMPI: Change the reference speed to a command line...
2009-06-25 mquinsonChange host data into process data; count processes...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2007-11-30 marklschaned global execute_mutex and execute_cond to host...
2007-11-27 marklsrenamed MPI_ functions to avoid namespace collisions...
2007-11-12 marklsmade some changes to allow more than one DO_ONCE block...
2007-11-10 marklscleaning up and refactoring some of the code to create...
2007-11-09 marklscleaned up action code to destroy completed actions...
2007-11-09 marklsadded code to allow for DO_ONCE loops. very preliminary.
2007-11-07 marklssmall change to calls to SIMIX_action_communicate and...
2007-11-07 marklsupdated smpirun to use new xml format and made changes...
2007-09-09 marklsused host user data to store global index values and...
2007-09-08 marklsremoving references to mpi_comm_world from internal...
2007-09-04 marklsrenamed some functions and moved some data structures...
2007-08-31 marklstrying to debug a persistent problem.
2007-08-29 marklsmoved some more data structures into private.h. Still...
2007-08-28 marklsrefactored smpi into multiple source files.