X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/afce8d5e39f2887c03cbc16b84e563cb5d69328a..0541e4c5f26c349751e57e7e499ff35c38962a57:/src/simgrid/sg_config.c diff --git a/src/simgrid/sg_config.c b/src/simgrid/sg_config.c index b57bc229c1..58f791d43a 100644 --- a/src/simgrid/sg_config.c +++ b/src/simgrid/sg_config.c @@ -698,7 +698,7 @@ void sg_config_init(int *argc, char **argv) xbt_cfg_setdefault_boolean(_sg_cfg_set, "smpi/use_shared_malloc", "yes"); xbt_cfg_register(&_sg_cfg_set, "smpi/cpu_threshold", - "Minimal computation time (in seconds) not discarded.", + "Minimal computation time (in seconds) not discarded, or -1 for infinity.", xbt_cfgelm_double, 1, 1, NULL, NULL); xbt_cfg_setdefault_double(_sg_cfg_set, "smpi/cpu_threshold", 1e-6);