Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI/LB] Remove smpi/plugin/lb/migration-frequency option
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Mon, 16 Jul 2018 14:21:17 +0000 (16:21 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Mon, 16 Jul 2018 14:24:43 +0000 (16:24 +0200)
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

index 2367331..c7866ba 100644 (file)
@@ -450,9 +450,6 @@ void sg_config_init(int *argc, char **argv)
   simgrid::config::declare_flag<std::string>("smpi/alltoallv", "Which collective to use for alltoallv", "");
   simgrid::config::declare_flag<std::string>("smpi/bcast", "Which collective to use for bcast", "");
   simgrid::config::declare_flag<std::string>("smpi/reduce", "Which collective to use for reduce", "");
-
-  simgrid::config::declare_flag<int>("smpi/plugin/lb/migration-frequency", "After how many migrations should the load balancer"
-                                                        "compute a new mapping?", 10);
 #endif // HAVE_SMPI
 
   /* Others */