From: Christian Heinrich Date: Fri, 22 May 2015 11:30:10 +0000 (+0200) Subject: [SURF] Fixed config option network/weight_S_parameter X-Git-Tag: v3_12~713 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9e821066f7f85d43404ed9ca2f566bf7c718b51a [SURF] Fixed config option network/weight_S_parameter - This configuration option is actually called network/weight_S; I changed that. Note though that network/weight_S is stored in a variable called sg_weight_S_parameter, which adds to confusion. --- diff --git a/src/surf/network_cm02.cpp b/src/surf/network_cm02.cpp index adc366b6bd..37fc2717d8 100644 --- a/src/surf/network_cm02.cpp +++ b/src/surf/network_cm02.cpp @@ -138,7 +138,7 @@ void surf_network_model_init_Reno2(void) xbt_cfg_setdefault_double(_sg_cfg_set, "network/latency_factor", 10.4); xbt_cfg_setdefault_double(_sg_cfg_set, "network/bandwidth_factor", 0.92); - xbt_cfg_setdefault_double(_sg_cfg_set, "network/weight_S_parameter", + xbt_cfg_setdefault_double(_sg_cfg_set, "network/weight_S", 8775); }