X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a3a56ef3595742d429fcfa43f66efde47ddfd25f..a048f60de5671b0fadc741d94fd10f3f6f72f86a:/src/simgrid/sg_config.cpp diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index c026309c48..415a9c78d1 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -446,6 +446,9 @@ void sg_config_init(int *argc, char **argv) simgrid::config::declare_flag("smpi/alltoallv", "Which collective to use for alltoallv", ""); simgrid::config::declare_flag("smpi/bcast", "Which collective to use for bcast", ""); simgrid::config::declare_flag("smpi/reduce", "Which collective to use for reduce", ""); + + simgrid::config::declare_flag("smpi/plugin/lb/migration-frequency", "After how many migrations should the load balancer" + "compute a new mapping?", 10); #endif // HAVE_SMPI /* Others */