X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa5d6c99110d257cfdd76950311361bec0b72e72..6d64c296b8f063bec38fb27e00ad60469080228a:/src/simgrid/sg_config.cpp diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index 0e705c6361..2ce0de033a 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -269,6 +269,11 @@ void sg_config_init(int *argc, char **argv) simgrid::config::bind_flag(sg_bmf_max_iterations, "bmf/max-iterations", "Maximum number of steps to be performed while searching for a BMF allocation"); + simgrid::config::declare_flag("bmf/selective-update", + "Update the constraint set propagating recursively to others constraints " + "(off by default)", + false); + /* The parameters of network models */ sg_latency_factor = 13.01; // comes from the default LV08 network model