X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25f00868d318a0c49b4965ea9dea9a78bc349365..347996b4a10c4e8579080692afa60e0afb88b60a:/src/simgrid/sg_config.c diff --git a/src/simgrid/sg_config.c b/src/simgrid/sg_config.c index 74f19c438d..f3939f5f10 100644 --- a/src/simgrid/sg_config.c +++ b/src/simgrid/sg_config.c @@ -772,7 +772,7 @@ void sg_config_init(int *argc, char **argv) //test is if( size >= thresholdN ) return valueN; //Values can be modified with command line --cfg=smpi/bw_factor:"threshold0:value0;threshold1:value1;...;thresholdN:valueN" // or with tag config put line - // SMPI model can be used without enable_smpi, so keep this the ifdef. + // SMPI model can be used without enable_smpi, so keep this out of the ifdef. xbt_cfg_register(&_sg_cfg_set, "smpi/bw_factor", "Bandwidth factors for smpi.", xbt_cfgelm_string, 1, 1, NULL);