Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add tests for msg/mc.
[simgrid.git] / examples / msg / mc / bugged2.c
index 55574ae..b7d2b65 100644 (file)
@@ -50,9 +50,9 @@ int main(int argc,char*argv[])
 
   MSG_function_register("client", client);
 
-  MSG_launch_application("deploy.xml");
+  MSG_launch_application("deploy_bugged2.xml");
 
   MSG_main();
 
   return 0;
-}
\ No newline at end of file
+}