Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mess with mc examples platform
[simgrid.git] / examples / deprecated / msg / mc / bugged2.c
index 448c054..e8932b8 100644 (file)
@@ -66,7 +66,7 @@ int main(int argc, char *argv[])
 {
   MSG_init(&argc, argv);
 
-  MSG_create_environment("platform.xml");
+  MSG_create_environment(argv[1]);
 
   MSG_function_register("server", server);
   MSG_function_register("client", client);