From: Navarrop Date: Mon, 12 Dec 2011 14:26:01 +0000 (+0100) Subject: New values from INRIA RR-7821 (callibration when phase effects are removed). X-Git-Tag: exp_20120216~237^2~24 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7115f40452d0798fc920253f50aee208ea0588c2?hp=a2d035fb70a8f91afefa8f91db2f65c2389d7eae New values from INRIA RR-7821 (callibration when phase effects are removed). --- diff --git a/src/surf/network_im.c b/src/surf/network_im.c index 1fb1901d7f..56b90dffdd 100644 --- a/src/surf/network_im.c +++ b/src/surf/network_im.c @@ -1176,10 +1176,9 @@ void im_surf_network_model_init_LegrandVelho(void) xbt_dynar_push(model_list, &surf_network_model); network_im_solve = lmm_solve; - xbt_cfg_setdefault_double(_surf_cfg_set, "network/latency_factor", 10.4); - xbt_cfg_setdefault_double(_surf_cfg_set, "network/bandwidth_factor", - 0.92); - xbt_cfg_setdefault_double(_surf_cfg_set, "network/weight_S", 8775); + xbt_cfg_setdefault_double(_surf_cfg_set, "network/latency_factor", 10.4); // 13.01 when callibration is done without phase effects + xbt_cfg_setdefault_double(_surf_cfg_set, "network/bandwidth_factor",0.92);// 0.97 when callibration is done without phase effects + xbt_cfg_setdefault_double(_surf_cfg_set, "network/weight_S", 8775); // 20537 when callibration is done without phase effects } /***************************************************************************/