Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to get rid of linking issue
[simgrid.git] / src / smpi / plugins / load_balancer /
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-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[SMPI/LB] Implement GreedyLB with a Fibonacci Heap
2018-08-02 Christian Heinrich[Plugins/LB] Add LoadBalancer class