Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add support of MPI_PROC_NULL, correct behavior of waitall and waitsome for some speci...
[simgrid.git] / src / smpi / smpi_mpi_dt.c
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-21 Augustin DegommeAdd support for various MPI_Type functions, to handle...
2011-10-20 Martin Quinsonmerge branches
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-07 Arnaud GierschUse retval for the return value.
2010-11-18 piniMPI_Comm_split is back to life.
2010-10-11 alegrandIndent include and src using this command:
2010-09-06 piniBugfix: invalid behaviour in datatype_copy.
2010-08-05 piniAdded MPI_CHAR to predefined reduce operations (not...
2010-04-25 mquinsonFix copyright headers
2010-03-25 piniRemoved trailing whitespace
2010-03-23 genaudOops. Forgot to commit these ones
2010-03-23 genaud- implemented MPI_MAXLOC & MPI_MINLOC in operations
2010-02-08 piniSMPI over SIMIX_network in a two days rush.
2009-08-17 mquinsonSMPI: Fix the prototype of SMPI_MPI_Type_get_extent...
2009-08-01 genaudAlltoallv
2009-07-31 genaudstarted alltoallv(). Still some bugs.
2009-07-21 genaud* minimum of datatype handling for alltoall tuned