From 9838d9f52ef61dc3aa9ac5afef9989e0987155da Mon Sep 17 00:00:00 2001 From: thiery Date: Mon, 17 Jul 2006 14:17:50 +0000 Subject: [PATCH] Use model KCCFLN05 in SimDag git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2600 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/simdag/sd_global.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.20.1