From 2d4d3b9c36208184108f1648819324430a1044d0 Mon Sep 17 00:00:00 2001 From: alegrand Date: Fri, 21 Apr 2006 09:01:38 +0000 Subject: [PATCH 1/1] doc fix git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2166 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/msg/msg_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg/msg_config.c b/src/msg/msg_config.c index 8cfed135da..b91b2dc338 100644 --- a/src/msg/msg_config.c +++ b/src/msg/msg_config.c @@ -60,7 +60,7 @@ void msg_config_finalize(void) { * Currently existing configuation variable: * - surf_workstation_model (string): Model of workstation to use. * Possible values (defaults to "KCCFLN05"): - * - "CLM03": realistic TCP behavior + basic CPU model (see [CML03 at CCGrid03]) + * - "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. * * Example: -- 2.20.1