Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add more macros for input validation for colls.
[simgrid.git] / src / smpi / bindings / smpi_pmpi_coll.cpp
2019-12-09 Augustin DegommeAdd more macros for input validation for colls.
2019-12-09 Augustin DegommeUse CHECK_ARGS for more collectives.
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Arnaud GierschFix doubled semicolons.
2019-11-26 Augustin DegommeAvoid copying data if it comes from/to a shared buffer...
2019-11-19 Martin QuinsonChange smpi::Colls static class into a namespace of...
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Arnaud Giersch[sonar] Put parentheses around macro parameters.
2019-08-20 Augustin DegommeMerge branch 'trace_smpi_execute_flops' into 'master'
2019-08-19 Augustin DegommeAllgatherv : don't output MPI_ERR_BUFFER if recvbuf...
2019-08-18 Augustin Degommefix request and coll failing tests
2019-08-18 Martin Quinsonmore informative error message when checking params...
2019-08-18 Martin QuinsonMPI_Scatterv: sendcounts and displs params can be NULL...
2019-08-18 Martin Quinsonmore informative error messages on parameter checks...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-29 Arnaud GierschRename some variables for consistency.
2019-04-29 Arnaud GierschGet rid of const_casts in pmpi_coll.
2019-04-26 Augustin Degomme(painfully) constify colls.
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Arnaud GierschRemove unnecessary "else"s.
2019-04-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-06 Augustin Degommeplease herr sonar
2019-04-06 Augustin Degommeprotect against bad buffer
2019-04-06 Martin Quinsonplease sonar in various trivial ways
2019-04-05 Augustin Degommerelax some constraints
2019-04-04 Augustin Degommetest more extensively error returns for collectives.
2019-04-04 degommeAdd plenty more checks to MPI collectives, to comply...
2019-04-02 degommenon blocking collectives, now for fortran edition.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 degommeMPI_Ireduce_scatter, MPI_Ireduce_scatter_block
2019-04-01 Augustin DegommeMPI_Iexscan, MPI_Iscan
2019-04-01 Augustin DegommeMPI_Iallreduce
2019-04-01 Augustin DegommeAdd MPI_Ireduce
2019-04-01 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-31 Augustin Degommeavoid potential leak
2019-03-29 degommeAdd MPI_Alltoallw and MPI_Ialltoallw
2019-03-29 degommefix case where bcast is called with only one proc ...
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 degommeAs collectives are now implemented in the PMPI_I* funct...
2019-03-28 degommeAdd "some" other nonblocking collectives
2019-03-28 degommeTest of an MPI_Ibarrier implementation.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-12 Martin Quinsonrename smpi::Process to smpi::ActorExt
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allToAll -> alltoall
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allToAllV -> alltoallv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allGather -> allgather
2018-06-21 Christian Heinrich[TRACING] Rename TIT action gatherV -> gatherv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action reduceScatter -> reducescatter
2018-06-21 Christian Heinrich[TRACING] Rename TIT action scatterV -> scatterv
2018-06-21 Christian Heinrich[TRACING] allGatherV -> allgatherv
2018-06-21 Christian Heinrich[SMPI] Code changes for allReduce -> allreduce
2018-04-13 degommethat was fixed locally, shouldn't have been able to...
2018-04-13 degommehandle MPI_IN_PLACE for MPI_Scan
2018-04-10 Martin Quinsonfurther snake_case s4u::Actor
2018-04-10 Augustin Degommeonly test for these on non-root processes
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Martin Quinsonprefer this_actor:: to Actor::self()->
2018-03-28 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[SMPI] Datatype: Remove all encode_datatype calls
2018-03-28 Arnaud GierschRemove extern "C" from cpp files (src/smpi/).
2018-01-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-24 Christian Heinrich[SMPI] (THIRD PATCH) Replace invalid uses of 'comm...
2018-01-24 Christian Heinrich[SMPI] (SECOND PATCH) Fix destinations/origins for...
2018-01-24 Christian Heinrich[SMPI] Remove usage of index() in smpi_pmpi_coll.cpp
2018-01-24 Christian Heinrich[SMPI] Remove index notion from smpi::Group
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-11-30 Augustin Degommedon't use is_valid to validate datatypes for replay...
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-08 Frederic SuterMassive change in SMPI+instr
2017-11-07 Frederic Sutermerge identical functions
2017-11-06 Frederic Suterfix broken tests
2017-11-06 Frederic Sutera bit of unperfect simplification in this SMPI+TI TRaci...
2017-11-05 Frederic Suterremove useless parameters in (simplified) instr
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschFile smpi/include/private.h cannot be compiled in C...
2017-10-04 Arnaud GierschCannot have comm == MPI_COMM_NULL here.
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-24 Takishippdelete unused parameters
2017-07-24 Takishippremove unused parameters of some fcts
2017-07-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-18 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-17 degommeExplode 3700 lines of smpi_pmpi.cpp file in several...