From: gabriel corona Date: Thu, 20 Nov 2014 15:06:21 +0000 (+0100) Subject: Temporarily disable an option X-Git-Tag: v3_12~732^2~202^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e214f364e047ecaed43579863f57921f1f286ab9?ds=inline Temporarily disable an option The option somehow changes the results in the MC from previous experiments. It is disabled temporarily in this commit in order to be able to reproduce those results with the new commits. --- diff --git a/src/simgrid/sg_config.c b/src/simgrid/sg_config.c index 9117342df3..059cbbdbd0 100644 --- a/src/simgrid/sg_config.c +++ b/src/simgrid/sg_config.c @@ -836,12 +836,12 @@ void sg_config_init(int *argc, char **argv) "Latency factors for smpi.", xbt_cfgelm_string, 1, 1, NULL, NULL); xbt_cfg_setdefault_string(_sg_cfg_set, "smpi/lat_factor", "65472:11.6436;15424:3.48845;9376:2.59299;5776:2.18796;3484:1.88101;1426:1.61075;732:1.9503;257:1.95341;0:2.01467"); - +/* xbt_cfg_register(&_sg_cfg_set, "smpi/IB_penalty_factors", "Correction factor to communications using Infiniband model with contention (default value based on Stampede cluster profiling)", xbt_cfgelm_string, 1, 1, NULL, NULL); xbt_cfg_setdefault_string(_sg_cfg_set, "smpi/IB_penalty_factors", "0.965;0.925;1.35"); - +*/ xbt_cfg_register(&_sg_cfg_set, "smpi/os", "Small messages timings (MPI_Send minimum time for small messages)", xbt_cfgelm_string, 1, 1, NULL, NULL);