Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove explicit conversion to std::string when it's not required.
[simgrid.git] / src / smpi / bindings / smpi_pmpi_coll.cpp
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-10-10 Martin QuinsonOnly add a barrier to 8 collectives. The other ones...
2022-10-10 Martin QuinsonNew option to detect dangerous code mixing collectives...
2022-10-06 Augustin DegommeMerge branch 'adegomme-master-patch-91657' into 'master'
2022-10-06 Augustin DegommeSMPI: add option to inject a barrier before every colle...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-24 Arnaud GierschSave more std::string copies.
2022-03-20 Augustin DegommeHave MPI collectives display their root and MPI_Op...
2022-03-20 Augustin Degommeadd check for collectives, using check_collectives_orde...
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-07 Augustin Degommetry to have reduce_scatter output identically on re...
2021-08-07 Augustin Degommeoops, maxsize was needed here.
2021-08-07 Augustin Degommereplay : add actions scan and exscan
2021-08-07 Augustin Degommemultiple fixes for replay
2021-08-07 Augustin Degommesecure collectives against some allowed uninitialized...
2021-08-07 Augustin Degommeensure alltoallv tracing/replay/tracing again is coherent.
2021-08-05 Augustin Degommeimprove iterations to fill vectors
2021-08-05 Augustin Degommekill is_replayable() for datatypes.
2021-08-05 Augustin DegommeFix for fg #78 : allotallv/w tracing was reporting...
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-02 Arnaud GierschDefine class SmpiBenchGuard, and use RAII to handle...
2021-06-01 Arnaud GierschAdd missing calls to smpi_bench_begin() on error paths.
2021-04-20 Arnaud GierschAnother bunch of int -> size_t conversion.
2021-04-20 Arnaud GierschConvert some int -> size_t.
2021-04-19 Arnaud GierschUse type aid_t for process id. in instr_smpi.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-09 Augustin Degommeuse previous buffer check feature in MPI checks, to...
2021-04-04 Augustin Degommecheck illegal in_place for gather/scatter
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-03 Augustin Degommevalidate that MPI_Op can be applied at entrance of...
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Arnaud GierschEnforce usage of std::shared_ptr for TIData.
2021-02-17 Augustin Degommeimprove error messages
2021-02-17 Augustin DegommeAdd checks on collectives to prevent incoherent inputs.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-10-24 Arnaud GierschUse std::vector instead of C-style array.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-05 Arnaud GierschMore uses of std::make_unique.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (src/smpi/).
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud GierschCosmetics: use empty parentheses for new std::container.
2019-12-09 Augustin DegommeUnify input checking using shared macros. Avoid repeati...
2019-12-09 Augustin Degommeplease codefactor
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
next