From 7115f40452d0798fc920253f50aee208ea0588c2 Mon Sep 17 00:00:00 2001 From: Navarrop Date: Mon, 12 Dec 2011 15:26:01 +0100 Subject: [PATCH] New values from INRIA RR-7821 (callibration when phase effects are removed). --- src/surf/network_im.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 } /***************************************************************************/ -- 2.20.1