Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Initial commit of the LB plugin
[simgrid.git] / src / smpi / plugins / sampi_loadbalancer.cpp
1 #include <simgrid/plugins/load_balancer.h>
2 #include <simgrid/s4u/Actor.hpp>
3 #include <simgrid/smpi/replay.hpp>
4 #include <xbt/replay.hpp>
5
6 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(plugin_load_balancer, surf, "Logging specific to the SURF energy plugin");
7
8 namespace simgrid {
9 namespace smpi {
10 namespace plugin {
11
12
13 }
14 }
15 }
16
17 /** \ingroup plugin_loadbalancer
18  * \brief Initializes the load balancer plugin
19  * \details The load balancer plugin supports several AMPI load balancers that move ranks
20  * around, based on their host's load.
21  */
22 void sg_load_balancer_plugin_init()
23 {
24 }