Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics + basic support for printing the simulated time spent in MPI calls (use...
[simgrid.git] / src / smpi / smpi_mpi.c
2010-03-08 piniCosmetics + basic support for printing the simulated...
2010-02-08 piniSMPI over SIMIX_network in a two days rush.
2010-01-29 piniAdded some missing MPI calls.
2010-01-27 piniIn smpi_mpi.c:
2010-01-20 piniIn smpi_mpi.c:
2009-08-01 genaudAlltoallv
2009-07-31 genaudstarted alltoallv(). Still some bugs.
2009-07-30 genaudalltoall implemented (almost opmpi algorithms)
2009-07-21 genaud* minimum of datatype handling for alltoall tuned
2009-07-20 genaud... untested ...
2009-07-16 genaud* MPI_Sendrecv user+internal levels
2009-07-16 genaudupdate test
2009-07-16 genaudseparate user-level and internal-level for SMPI_MPI_...
2009-07-15 mquinsondo not call smpi_bench_* from SMPI_MPI_Allreduce since...
2009-07-15 genaudexamples to demonstrate bugs in sendrecv
2009-07-13 genaud+ MPI_Sendrecv()
2009-07-10 genaud MPI_Scatter() ok
2009-07-09 genaud- MPI_Scatter() /* untested */
2009-07-03 genaud- MPI_Barrier() as a collective
2009-07-02 genaud* added support for optimized collectives:
2009-06-30 mquinsonfurther polishing on the merge of all model types ...
2009-06-30 genaudMPI_Allreduce()
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 genaud/home/genaud/Documents/svn/simgrid/simgrid/trunk/src...
2009-06-30 mquinsonMore debug
2009-06-30 genaudMPI_Reduce() is ok except memleak
2009-06-29 genaudstill some mem cleanup to finish
2009-06-29 genaudMPI_Reduce using waitany(). Buggy.
2009-06-29 mquinsonMake Waitall and Waitany visible from user side (and...
2009-06-29 mquinsonImplement MPI_Waitany and MPI_Waitall
2009-06-27 genaudsome preliminary additions to implement more collectives
2009-06-26 genaudadded MPI_Wtime()
2009-06-25 mquinsonChange host data into process data; count processes...
2009-06-24 mquinsonSMPI: Pass the rank from smpirun to processes through...
2009-06-23 mquinsoncosmetics (use xbt_fifo_foreach where relevant)
2009-06-23 mquinsoncosmetics (function renaming)
2009-06-23 mquinsonSMPI: cleanup the initialization process by moving...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-28 marklscleaned up mpi_comm_split code some more.
2008-09-26 marklsjust changed some comments.
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...