X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d089997c1a0aa38c286e6456c760026fd55bdc77..c5ba32dd93517cfb0defcff3551f8ac98e5f76e2:/src/surf/surf.c diff --git a/src/surf/surf.c b/src/surf/surf.c index 83ccca74be..2fb049363b 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -155,12 +155,9 @@ s_surf_model_description_t surf_cpu_model_description[] = { }; s_surf_model_description_t surf_workstation_model_description[] = { - {"current_default", - "Curent default workstation model (may change with versions of SimGrid). Currently Cas01 and LV08 (with full duplex support) as CPU and Network", + {"default", + "Default workstation model. Currently, CPU:Cas01 and network:LV08 (with cross traffic enabled)", surf_workstation_model_init_current_default}, - {"CLM03", - "Default workstation model, using Cas01 and CM02 as CPU and Network", - surf_workstation_model_init_CLM03}, {"compound", "Workstation model that is automatically chosen if you change the network and CPU models", surf_workstation_model_init_compound},