Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use the standard model
[simgrid.git] / src / msg / environment.c
index 1bb3d29..a706f34 100644 (file)
@@ -65,6 +65,7 @@ void MSG_create_environment(const char *file) {
   void *workstation = NULL;
 
   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);