Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
still 2 tests to go before it works again
[simgrid.git] / examples / java / io / storage / Main.java
index b81a143..6755fa4 100644 (file)
@@ -25,7 +25,7 @@ public class Main {
     Msg.createEnvironment(args[0]);
 
     Host[] hosts = Host.all();
-    new io.storage.Client(hosts[0],0).start();
+    new io.storage.Client(hosts[3],0).start();
 
     Msg.run();
     }