Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mess with mc examples platform
[simgrid.git] / examples / deprecated / msg / mc / bugged3.c
index 57cd689..3e326e3 100644 (file)
@@ -56,7 +56,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);