Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use the standard model
[simgrid.git] / src / msg / environment.c
index 942ed2a..a706f34 100644 (file)
@@ -64,8 +64,8 @@ void MSG_create_environment(const char *file) {
   char *name = NULL;
   void *workstation = NULL;
 
-/*   surf_workstation_resource_init_CLM03(file); */
-  surf_workstation_resource_init_KCCFLN05(file);
+  surf_workstation_resource_init_CLM03(file);
+/*   surf_workstation_resource_init_KCCFLN05(file); */
 
   xbt_dict_foreach(workstation_set, cursor, name, workstation) {
     __MSG_host_create(name, workstation, NULL);