Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add tests for msg/mc.
[simgrid.git] / examples / msg / mc / centralized_mutex.c
index 3d6ed63..f6d11f8 100644 (file)
@@ -80,7 +80,7 @@ int main(int argc, char*argv[]) {
   MSG_create_environment("../msg_platform.xml");
   MSG_function_register("coordinator", coordinator);
   MSG_function_register("client", client);
-  MSG_launch_application("deploy.xml");
+  MSG_launch_application("deploy_mutex.xml");
   MSG_main();
   return 0;
 }