Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change spmirun and smpicc to use bash instead of sh and smpi_mpi to use qsort
[simgrid.git] / src / smpi / smpi_mpi.c
2008-09-26 marklschange spmirun and smpicc to use bash instead of sh...
2008-09-26 marklsminor changes to comm_split code.
2008-04-25 marklsfixed bugs in SMPI_MPI_Comm_split and added back SMPI_M...
2007-11-27 marklsrenamed MPI_ functions to avoid namespace collisions...
2007-11-09 marklsadded code to allow for DO_ONCE loops. very preliminary.
2007-10-12 marklscode cleanup, streamlining, removed some redundant...
2007-10-10 marklsupdated to use branching-tree broadcast instead of...
2007-09-18 marklsadded very crufy hacked together broadcast and split.
2007-09-16 marklsworking on mpi_comm_split.
2007-09-15 marklsadding very hacked together and inefficient implementat...
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-29 marklsmoved some more data structures into private.h. Still...
2007-08-29 marklsremoved some unnecessary waiting
2007-08-28 marklsrefactored smpi into multiple source files.
2007-08-28 marklsremoved some files I need to add back again...
2007-08-05 marklsmoving smpi into the mainstream build...