Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 5 Mar 2008 01:50:44 +0000 (01:50 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 5 Mar 2008 01:50:44 +0000 (01:50 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5251 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/simix/smx_environment.c

index 321e84d..f1ff579 100644 (file)
@@ -98,7 +98,7 @@ void SIMIX_create_environment(const char *file)
     surf_cpu_model_description[cpu_id].model_init(file);
     surf_network_model_description[network_id].model_init(file);
 
     surf_cpu_model_description[cpu_id].model_init(file);
     surf_network_model_description[network_id].model_init(file);
 
-    start = xbt_os_time();  
+    start = xbt_os_time();
     parse_platform_file(file);
     end = xbt_os_time();
     DEBUG1("PARSE TIME: %lg", (end-start));
     parse_platform_file(file);
     end = xbt_os_time();
     DEBUG1("PARSE TIME: %lg", (end-start));
@@ -109,13 +109,12 @@ void SIMIX_create_environment(const char *file)
       model_init(file);
 
   if  (!parsed)  {
       model_init(file);
 
   if  (!parsed)  {
-        double e ;
-    double s = xbt_os_time();  
+    start = xbt_os_time();
     parse_platform_file(file);
     if (surf_workstation_model_description[workstation_id].create_ws != NULL)
       surf_workstation_model_description[workstation_id].create_ws();
     parse_platform_file(file);
     if (surf_workstation_model_description[workstation_id].create_ws != NULL)
       surf_workstation_model_description[workstation_id].create_ws();
-    e = xbt_os_time();
-    DEBUG1("PARSE TIME: %lg", (e-s));
+    end = xbt_os_time();
+    DEBUG1("PARSE TIME: %lg", (end-start));
   }
 
   _simix_init_status = 2;      /* inited; don't change settings now */
   }
 
   _simix_init_status = 2;      /* inited; don't change settings now */