Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make sure to call gras_exit to kill the listener threads
[simgrid.git] / examples / gras / chrono / chrono.c
index db0301b..222d771 100644 (file)
@@ -77,5 +77,6 @@ int multiplier (int argc,char *argv[])
     GRAS_BENCH_ONCE_RUN_ONCE_END();
   }
 
+  gras_exit();
   return 0;
 }