From: Christian Heinrich Date: Mon, 16 Jul 2018 14:21:17 +0000 (+0200) Subject: [SMPI/LB] Remove smpi/plugin/lb/migration-frequency option X-Git-Tag: v3_21~420^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/834a20f0324fb92059e3b836ef2e683fd2f87f39?hp=674cedc307ed0fa88dd8480a07d03945d8ecd1fd [SMPI/LB] Remove smpi/plugin/lb/migration-frequency option This option was erroneously added in 1caa54629d706bd2b086297bef7e61295755b762, even though the load balancing is not yet published. This option was moved to the right location in the LB code and will not be required here. --- diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index 2367331f6d..c7866ba86b 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -450,9 +450,6 @@ 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 */