Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
today is doomsday: platform.xml is sacrificed for the greater good
[simgrid.git] / teshsuite / java / SemaphoreGC / SemaphoreGC.java
index d8fb366..84d4f18 100644 (file)
@@ -40,8 +40,7 @@ public class SemaphoreGC {
     }
     Msg.createEnvironment(args[0]);
 
-    Host[] hosts = Host.all();
-    new SemCreator(hosts[0], "SemCreator").start();
+    new SemCreator(Host.getByName("Fafard"), "SemCreator").start();
 
     Msg.run();
   }