Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some of the action checking code didn't work right, so I removed it.
[simgrid.git] / src / smpi / smpi_global.c
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 marklsupdated smpirun to use new xml format and made changes...
2007-10-12 marklscode cleanup, streamlining, removed some redundant...
2007-10-10 marklsupdated to use branching-tree broadcast instead of...
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-09-02 marklsrequests were not being makred uncompleted before being...
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.