From: alegrand Date: Fri, 21 Apr 2006 07:39:25 +0000 (+0000) Subject: The new workstation model is really the default for MSG and GRAS X-Git-Tag: v3.3~3195 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4b8075e2de516f0340edb430731f336ce2540a3d?ds=sidebyside The new workstation model is really the default for MSG and GRAS git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2163 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/msg_config.c b/src/msg/msg_config.c index 30c330a752..8cfed135da 100644 --- a/src/msg/msg_config.c +++ b/src/msg/msg_config.c @@ -43,7 +43,7 @@ void msg_config_init(void) { "surf_workstation_model", xbt_cfgelm_string, 1,1, &_msg_cfg_cb__surf_workstation_model,NULL); - xbt_cfg_set_string(_msg_cfg_set,"surf_workstation_model", "CLM03"); + xbt_cfg_set_string(_msg_cfg_set,"surf_workstation_model", "KCCFLN05"); } void msg_config_finalize(void) { @@ -59,13 +59,12 @@ void msg_config_finalize(void) { * * Currently existing configuation variable: * - surf_workstation_model (string): Model of workstation to use. - * Possible values (defaults to "CLM03"): + * Possible values (defaults to "KCCFLN05"): * - "CLM03": realistic TCP behavior + basic CPU model (see [CML03 at CCGrid03]) - * - "KCCFLN05": simple network model (no latency) but interference - * between computations and communications (UNSTABLE, DONT USE) + * - "KCCFLN05": realistic TCP behavior + basic CPU model (see [CML03 at CCGrid03]) + failure handling + interference between communications and computations if precised in the platform file. * * Example: - * MSG_config("surf_workstation_model","CLM03"); + * MSG_config("surf_workstation_model","KCCFLN05"); */ void MSG_config(const char *name, ...) {