Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Give deployment functions the opportunity to know that some host have failed before...
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 6 Jun 2009 13:43:56 +0000 (13:43 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 6 Jun 2009 13:43:56 +0000 (13:43 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6311 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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) {