Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use the standard model
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 27 Jan 2005 18:44:27 +0000 (18:44 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 27 Jan 2005 18:44:27 +0000 (18:44 +0000)
I really have to write a function to change the SURF model without having to modify the code...

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@791 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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);