Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / src / smpi / mpi / smpi_errhandler.cpp
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-06 Augustin DegommeDon't add handles to the lookup for the sake of just...
2021-03-08 Augustin Degommegeneralize previous change to other MPI predefined...
2021-03-02 Augustin Degommeadd leak checking for info and errhandlers
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-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-10-28 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-27 Arnaud GierschKill redundant F2C::f2c_lookup.
2020-10-27 Arnaud GierschFinally use plain ints for f2c keys.
2020-10-27 Arnaud GierschUse std::string for f2c keys.
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-02 Arnaud Giersch[sonar] Declare functions "const" in src/smpi/.
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
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-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-18 Augustin DegommeAdd support for MPI Errhandlers in Comm, File, Win.