Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add default value for every member variable (useful with default constructor).
[simgrid.git] / src / smpi / include / smpi_comm.hpp
2022-05-30 Arnaud GierschAdd default value for every member variable (useful...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Arnaud GierschSonar is right: a std:vector is just fine here.
2022-03-24 Arnaud GierschUse a std::unique_ptr, and avoid explicit new/delete.
2022-03-22 Arnaud GierschUnnecessary newlines.
2022-03-20 Augustin DegommeSMPI: add utility to keep the order of collective calls...
2022-02-16 Arnaud GierschUse type 'bool' for boolean variables.
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 Arnaud GierschCosmetics: whitespaces and empty statement.
2022-01-31 Arnaud GierschMerge branch 'stable'
2022-01-31 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-30 Augustin DegommeSMPI: enforce MPI message ordering. Fix #100 (hopefully)
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-14 Augustin DegommeAdd option smpi/errors-are-fatal to allow users to...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-06 Augustin Degommeappease clang
2021-04-06 Augustin Degommeadd a name() to all F2C objects.
2021-03-02 Augustin Degommeadd errhandlers support for mpi_comm_world
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Declare functions "const" (round #2).
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/smpi/.
2020-05-28 Augustin Degommesmpi topo : a topo can be shared between some comm...
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-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud GierschUse type bool for boolean variables in smpi::Comm too.
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-12 Arnaud GierschLink Topo and Comm in both directions, and fix memory...
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-08-18 Augustin DegommeAdd support for MPI Errhandlers in Comm, File, Win.
2019-07-26 Augustin DegommeChange a bit F2C handling
2019-07-17 Augustin DegommeHave the communicators created together share a unique ID.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-30 Augustin Degommecleanup split_type to avoid leaks.
2019-04-30 Augustin Degommecleanup dup_with_info to avoid leaking in some cases
2019-04-26 Augustin Degommesome forgotten consts
2019-04-14 Augustin DegommeMPI_Comm_get_info, MPI_Comm_set_info
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 degommeplease clang
2019-04-02 degommefunctioning MPI_Comm_get_name, MPI_Comm_set_name
2019-03-13 Frederic Sutercleanups in smpi, mostly cosmetic stuff and indent
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-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-28 Augustin DegommeUpgrade MPICH collective selector to 3.3.
2018-04-11 degommebasic implem of MPI_Win_allocate_shared, MPI_Win_shared...
2018-04-08 Arnaud GierschUpdate copyright headers.
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 Arnaud GierschSonar: make overridden methods virtual.
2017-07-18 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-17 degommeBig move of all SMPI files in subfolders because it...