X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/901048f1a8c728fc007b6e2ee2ba3abd64f9352d..9838d9f52ef61dc3aa9ac5afef9989e0987155da:/src/simdag/sd_global.c diff --git a/src/simdag/sd_global.c b/src/simdag/sd_global.c index 48aea2f910..cfcab36cea 100644 --- a/src/simdag/sd_global.c +++ b/src/simdag/sd_global.c @@ -70,8 +70,8 @@ void SD_create_environment(const char *platform_file) { surf_timer_resource_init(platform_file); /* tell Surf to create the environnement */ - /*surf_workstation_resource_init_KCCFLN05(platform_file);*/ - surf_workstation_resource_init_CLM03(platform_file); + surf_workstation_resource_init_KCCFLN05(platform_file); +/* surf_workstation_resource_init_CLM03(platform_file); */ /* now let's create the SD wrappers for workstations and links */ xbt_dict_foreach(workstation_set, cursor, name, surf_workstation) {