Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove features marked with XBT_ATTRIB_DEPRECATED_v325.
[simgrid.git] / include / simgrid / smpi /
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-03 Augustin DegommeAdd handling of sleep in replay.
2019-10-03 Augustin DegommeAdd call_location to ti-trace and replay as well.
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Arnaud Giersch[sonar] Put parentheses around macro parameters.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-30 Arnaud Giersch[sonar] Use unsigned char* for smpi buffers.
2019-04-30 Arnaud GierschUse C++ memory operators for smpi buffers.
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-08 Arnaud GierschRemove duplicated but unused forward declarations.
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-27 Martin QuinsonRevert "Fix multiple memleaks in the replay of multiple...
2018-10-24 Martin QuinsonFix multiple memleaks in the replay of multiple SMPI...
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-25 Martin Quinsonconvert a xbt_ex(arg_error) into a std::invalid_argument
2018-08-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-08-03 Christian Heinrich[SMPI] Fix datatype to aid_t instead of int
2018-08-02 Christian Heinrich[SMPI/LB] Make header file private
2018-08-02 Christian Heinrich[SMPI/LB] Use mapping class within the LB
2018-08-02 Christian Heinrich[SMPI/LB] Add files load_balancer.hpp and smpi/sampi.h
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-12 Martin Quinsonrename smpi::Process to smpi::ActorExt
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-29 Arnaud GierschFix some doxygen warnings.
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-21 Arnaud GierschPlease Sonar and kill useless declaration (again).
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 reduceScatter -> reducescatter
2018-06-21 Christian Heinrich[TRACING] Rename TIT action scatterV -> scatterv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action waitAll -> waitall
2018-06-21 Christian Heinrich[SMPI] Code changes for allReduce -> allreduce
2018-06-21 Christian Heinrich[REPLAY] Update replay.hpp
2018-06-21 Christian Heinrich[SMPI] Change name of #define value
2018-06-21 Christian Heinrich[SMPI] Add function declarations to replay.hpp
2018-06-21 Christian Heinrich[SMPI] Add #ifndef to the new header files.
2018-04-26 Arnaud GierschFix more Doxygen warnings.
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-24 Arnaud GierschKill useless declaration.
2018-04-20 Christian Heinrich[SMPI] Replay: Apply clang-format to replay.cpp
2018-04-20 Christian Heinrich[SMPI] Replay: Move ReplayAction definitions to replay.hpp
2018-04-20 Christian Heinrich[SMPI] Replay: Move ArgParsers + macro to simgrid/smpi...