Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use tuned algo here
[simgrid.git] / src / smpi / smpi_mpi_dt.c
2013-08-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-08-13 Marion Guthmullermodel-checker : fix error compilation without MC
2013-08-13 Marion Guthmullermodel-checker : ignore in_use in s_smpi_mpi_datatype
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-26 Augustin Degommeavoid breaking replay, handle MPI_OP_NULL case
2013-06-24 Augustin Degommefix two nasty bugs in complex datatypes handling, caugh...
2013-06-18 Augustin Degommeif we send 0 data, don't bother with subtypes
2013-06-13 degommewe now have an mpich selector, and a bunch of new algor...
2013-06-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-11 Augustin DegommeFix bug happening with MPI_Datatypes
2013-06-10 Augustin Degommeactivate commute flag for MPI_Op, adds smpi_op_is_commu...
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-09 Augustin DegommeAttempt to fix problems with complex datatype copy...
2013-03-06 Arnaud GierschReally copy only when recvbuf != sendbuf.
2013-02-21 Arnaud GierschFix memory leaks in smpi.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-18 Martin QuinsonUse xbt_malloc (and friends) instead of direct malloc()
2012-12-06 Augustin Degommehandle proper cleanup of mpi datatypes with MPI_Type_fr...
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-04 degommehandle MPI_UB and MPI_LB for real, activate tests in...
2012-10-29 Arnaud GierschFix compilation error.
2012-10-29 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-29 Augustin Degommehandle nested datatypes in smpi (structs of vectors...
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-26 Augustin Degommeadd a few fortran bindings and types to have better...
2012-10-24 Maximiliano GeierPull changes to push BitTorrent fix
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-23 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-23 Augustin Degommewe should not check subtypes are commited before, as...
2012-10-23 Augustin Degommeadd MPI_PACKED datatype (for compilation only, MPI_Pack...
2012-10-11 Augustin Degommeadd better support for MPI datatypes extent values...
2012-10-08 degommeadd a free method for datatypes
2012-10-05 degommehandle sends of several structs in the same message
2012-10-05 degommebug with MPI_Type_contiguous
2012-10-05 degommeadd more checking to inputs of SMPI functions
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-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
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