X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02f9796851bd58a1e8769e257d572195f2ac07fd..eca91eda2136d8994ffb75dae1282bb790716fa8:/src/msg/environment.c diff --git a/src/msg/environment.c b/src/msg/environment.c index a0fed437db..312ce57586 100644 --- a/src/msg/environment.c +++ b/src/msg/environment.c @@ -61,8 +61,11 @@ void MSG_create_environment(const char *file) { char *name = NULL; void *workstation = NULL; -/* surf_workstation_resource_init_CLM03(file); */ +#ifdef ALVIN_SURF_SPECIAL surf_workstation_resource_init_KCCFLN05(file); +#else + surf_workstation_resource_init_CLM03(file); +#endif xbt_dict_foreach(workstation_set, cursor, name, workstation) { __MSG_host_create(name, workstation, NULL);