Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / src / smpi / plugins /
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-10 Arnaud GierschAdd include guard.
2018-08-10 Arnaud GierschRevert "try to get rid of linking issue"
2018-08-10 Arnaud GierschMake declarations visible.
2018-08-10 Augustin Degommetry to get rid of linking issue
2018-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-09 Christian Heinrich[SMPI/LB] Require an actor as argument for get_mapping
2018-08-08 Christian Heinrich[SMPI/LB] Remove trailing spaces
2018-08-08 Christian Heinrich[SMPI/LB] Not the object is const, but the pointer
2018-08-08 Christian Heinrich[SMPI/LB] Remove commented-out function calls
2018-08-08 Christian Heinrich[SMPI/LB] Add copyright header
2018-08-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-08-03 Augustin Degommefix declaration
2018-08-03 Augustin Degommeremove reference to glibc malloc functions, as they...
2018-08-03 Christian Heinrich[SMPI] Fix datatype to aid_t instead of int
2018-08-03 Christian Heinrich[SMPI/LB] Small cleanups
2018-08-02 Christian Heinrich[SMPI/LB] Make LB + Mapping classes XBT_PRIVATE
2018-08-02 Christian Heinrich[SMPI/LB] Make header file private
2018-08-02 Christian Heinrich[SAMPI] Move ampi signals to simgrid::smpi::plugin...
2018-08-02 Christian Heinrich[SAMPI] Move tracing functions definitions to instr_amp...
2018-08-02 Christian Heinrich[SAMPI] Move tracing functions to instr_ampi.hpp
2018-08-02 Christian Heinrich[SAMPI] Rename from sampi_pampi.cpp to ampi/ampi.cpp
2018-08-02 Christian Heinrich[SMPI/LB] Add comment noting that an arg must not be 0
2018-08-02 Christian Heinrich[SMPI/LB] Check migration counter before the LB execution
2018-08-02 Christian Heinrich[SMPI/LB] Implement GreedyLB with a Fibonacci Heap
2018-08-02 Christian Heinrich[Plugins/LB] Add LoadBalancer class
2018-08-02 Christian Heinrich[SAMPI] Update the sampi_loadbalancer code
2018-08-02 Christian Heinrich[SAMPI] Add sampi_pampi.cpp
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-05-12 Martin QuinsonMissing copyright header
2018-04-20 Christian Heinrich[SMPI] Initial commit of the LB plugin