Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
jedule: obey our coding standards
[simgrid.git] / src / smpi / plugins / sampi_loadbalancer.cpp
1 /* Copyright (c) 2018.      The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #include <simgrid/plugins/load_balancer.h>
7 #include <simgrid/s4u/Actor.hpp>
8 #include <simgrid/smpi/replay.hpp>
9 #include <xbt/replay.hpp>
10
11 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(plugin_load_balancer, surf, "Logging specific to the SMPI load balancing plugin");
12
13 namespace simgrid {
14 namespace smpi {
15 namespace plugin {
16
17
18 }
19 }
20 }
21
22 /** \ingroup plugin_loadbalancer
23  * \brief Initializes the load balancer plugin
24  * \details The load balancer plugin supports several AMPI load balancers that move ranks
25  * around, based on their host's load.
26  */
27 void sg_load_balancer_plugin_init()
28 {
29 }