X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/290d4e7e276bc06aee8e440f07e6bbd41af6259d..831de10adaaf8910940aa280e2ac2dd075b5ffe5:/src/simgrid/sg_config.cpp diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index 466ae7379d..63b35791e6 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -425,6 +425,10 @@ void sg_config_init(int *argc, char **argv) simgrid::config::bindFlag(sg_maxmin_precision, "maxmin/precision", "Numerical precision used when computing resource sharing (in ops/sec or bytes/sec)"); + sg_concurrency_limit = 100; + simgrid::config::bindFlag(sg_concurrency_limit, "maxmin/concurrency_limit", + "Maximum number of concurrent variables in the maxmim system. Also limits the number of processes on each host, at higher level"); + /* The parameters of network models */ // real default for "network/sender-gap" is set in network_smpi.cpp: