X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/444fd32bb5976fd3fd81197e6c321f21a5ed34b2..25075d4291d4336a78b61f058a20903caeb8dd96:/src/msg/environment.c diff --git a/src/msg/environment.c b/src/msg/environment.c index c9c2b0ff28..07fccf280e 100644 --- a/src/msg/environment.c +++ b/src/msg/environment.c @@ -8,7 +8,7 @@ #include "private.h" #include "xbt/sysdep.h" #include "xbt/log.h" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(environment, msg, +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_environment, msg, "Logging specific to MSG (environment)"); /** \defgroup msg_easier_life Platform and Application management @@ -73,6 +73,9 @@ void MSG_create_environment(const char *file) { DEBUG1("Model : %s", workstation_model_name); if (!strcmp(workstation_model_name,"KCCFLN05")) { surf_workstation_resource_init_KCCFLN05(file); + } + else if (!strcmp(workstation_model_name,"KCCFLN05_proportionnal")) { + surf_workstation_resource_init_KCCFLN05_proportionnal(file); } else if (!strcmp(workstation_model_name,"CLM03")) { surf_workstation_resource_init_CLM03(file); } else {