Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't want to display storage info
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 1 Mar 2016 21:29:19 +0000 (22:29 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 1 Mar 2016 21:29:19 +0000 (22:29 +0100)
teshsuite/msg/storage/concurrent_rw.c

index f999881..7ee98f9 100644 (file)
@@ -31,13 +31,11 @@ int main(int argc, char **argv)
   MSG_create_environment(argv[1]);
 
   MSG_function_register("host", host);
   MSG_create_environment(argv[1]);
 
   MSG_function_register("host", host);
-  storage_info(MSG_host_by_name(xbt_strdup("host")));
   for(int i = 0 ; i<10; i++){
     MSG_process_create(xbt_strdup("host"), host, NULL, MSG_host_by_name(xbt_strdup("host")));
   }
 
   int res = MSG_main();
   for(int i = 0 ; i<10; i++){
     MSG_process_create(xbt_strdup("host"), host, NULL, MSG_host_by_name(xbt_strdup("host")));
   }
 
   int res = MSG_main();
-  storage_info(MSG_host_by_name(xbt_strdup("host")));
   XBT_INFO("Simulation time %g", MSG_get_clock());
 
   return res != MSG_OK;
   XBT_INFO("Simulation time %g", MSG_get_clock());
 
   return res != MSG_OK;