Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
destroy all hosts before destroying the engine (fix #185)
[simgrid.git] / examples / s4u / actor-create / s4u_actor-create.cpp
index b822e63..f6700b0 100644 (file)
@@ -114,5 +114,6 @@ int main(int argc, char** argv)
   e->run();
 
   /* Once the simulation is done, the program is ended */
+  e->shutdown();
   return 0;
 }