From 834a20f0324fb92059e3b836ef2e683fd2f87f39 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Mon, 16 Jul 2018 16:21:17 +0200 Subject: [PATCH 1/1] [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. --- src/simgrid/sg_config.cpp | 3 --- 1 file changed, 3 deletions(-) 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 */ -- 2.20.1