X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18a42e06b77647cda10723d995d7019fdc095555..83cc0e2714415e57b06c1ab26d3e4d9f78b628e7:/src/simgrid/sg_config.cpp diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index 96121b0a1f..2ce0de033a 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-2022. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -266,6 +266,14 @@ void sg_config_init(int *argc, char **argv) "Maximum number of concurrent variables in the maxmim system. Also limits the number of " "processes on each host, at higher level. (default: -1 means no such limitation)"); + 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