Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Give deployment functions the opportunity to know that some host have failed before...
[simgrid.git] / src / msg / environment.c
index b5837e6..f5ada54 100644 (file)
@@ -65,6 +65,7 @@ void MSG_create_environment(const char *file)
   char *name;
 
   SIMIX_create_environment(file);
+  SIMIX_init();
 
   /* Initialize MSG hosts */
   xbt_dict_foreach(SIMIX_host_get_dict(), c, name, h) {