Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unify the host names in cluster description files
[simgrid.git] / teshsuite / msg / platform-properties / platform-properties.c
index 5facf62..58ed491 100644 (file)
@@ -63,7 +63,7 @@ static int carole(int argc, char* argv[])
 static int david(int argc, char* argv[])
 {                       /* Dump what we have on a remote host */
   MSG_process_sleep(2); // Wait for alice and carole to be done with its experiment
-  test_host("node-0.acme.org");
+  test_host("node-0.simgrid.org");
   return 0;
 }