Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Move process_data to map<Actor, smpi::Process>
[simgrid.git] / src / smpi / internals / smpi_process.cpp
2018-01-24 Christian Heinrich[SMPI] Move process_data to map<Actor, smpi::Process>
2018-01-24 Christian Heinrich[SMPI] Remove index notion from smpi::Group
2018-01-24 Christian Heinrich[SMPI] Program against s4u::Actor and not smx_actor_t
2018-01-24 Christian Heinrich[SMPI] Next step for dynamic privatization
2018-01-12 Christian Heinrich[SMPI] Rename variable bar -> barrier
2018-01-12 Christian Heinrich[SMPI] Use variable instead of 3 calls to the same...
2018-01-12 Christian Heinrich[SMPI] Fixed grammar in comment
2018-01-12 Christian Heinrich[SMPI] Use xbt_die() instead of printf & exit
2017-12-05 Christian Heinrich[SMPI] Don't use external process_data variable. Instea...
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-05 Martin Quinsonconvert src/mc/mc_replay.h into mc_replay.hpp (+ don...
2017-11-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-03 Christian Heinrich[SMPI] Cosmetics
2017-11-03 Christian Heinrich[SMPI] Elaborated on comment
2017-10-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-30 Christian Heinrich[SMPI] Added a comment explaining why we subtract 1
2017-10-30 Christian Heinrich[SMPI] Allow privatization in a more generic way
2017-10-30 Christian Heinrich[SMPI] Added privatized_region_ property to simgrid...
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-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschFix signedness errors in format strings.
2017-07-27 Frederic Suterless dict, bprintf, and xbt_str_parse
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...