Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge remote-tracking branch 'origin/master'
[simgrid.git] / src / smpi / smpi_mpi_dt.c
2012-10-04 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-04 jean-noel quintin[smpi] reduce the amount of memory used with the detach...
2012-10-04 degommegeneralize non contiguous send method to other MPI...
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Arnaud GierschFix errors about uninitialized variables.
2012-10-03 Augustin Degommeavoid breaking the shiny new and working functionality...
2012-10-03 Augustin Degommeremove some warnings
2012-10-03 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-03 jean-noel quintin[smpi] add a gestion of non-contignous data
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 jean-noel quintin[beginning smpi non contignous]
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