From a2e006ba859c6110478a89ba0cbd2babc5d15b6a Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 21 Jun 2012 16:38:35 +0200 Subject: [PATCH] improve documentation on the way --- src/msg/msg_config.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/msg/msg_config.c b/src/msg/msg_config.c index c993773be6..71758eed2a 100644 --- a/src/msg/msg_config.c +++ b/src/msg/msg_config.c @@ -11,15 +11,7 @@ /** \brief set a configuration variable * - * Currently existing configuation variable: - * - workstation/model (string): Model of workstation to use. - * Possible values (defaults to "KCCFLN05"): - * - "CLM03": realistic TCP behavior + basic CPU model (see [CML03 at CCGrid03]) + support for parallel tasks - * - "KCCFLN05": realistic TCP behavior + basic CPU model (see [CML03 at CCGrid03]) + failure handling + interference between communications and computations if precised in the platform file. - * - "KCCFLN05": realistic TCP behavior + basic CPU model (see [CML03 at CCGrid03]) + failure handling + interference between communications and computations if precised in the platform file. Use maxmin for the network. - * - "KCCFLN05_proportional": realistic TCP behavior + basic CPU model (see [CML03 at CCGrid03]) + failure handling + interference between communications and computations if precised in the platform file. Uses the proportional approahc as described in the Corine Touati's PhD Thesis. - * - "KCCFLN05_Vegas": realistic TCP behavior + basic CPU model (see [CML03 at CCGrid03]) + failure handling + interference between communications and computations if precised in the platform file. Uses the fairness adapted to the TCP Vegas flow control. - * - "KCCFLN05_Reno": realistic TCP behavior + basic CPU model (see [CML03 at CCGrid03]) + failure handling + interference between communications and computations if precised in the platform file. Uses the fairness adapted to the TCP Reno flow control. + * Do --help on any simgrid binary to see the list of currently existing configuration variables * * Example: * MSG_config("workstation/model","KCCFLN05"); -- 2.20.1