From: alegrand Date: Sat, 6 Jun 2009 13:43:56 +0000 (+0000) Subject: Give deployment functions the opportunity to know that some host have failed before... X-Git-Tag: SVN~1329 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c94b4ff91c7be1736cf07e9db73f992335bdbef3 Give deployment functions the opportunity to know that some host have failed before launching the process. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6311 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/environment.c b/src/msg/environment.c index b5837e6e2c..f5ada54354 100644 --- a/src/msg/environment.c +++ b/src/msg/environment.c @@ -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) {