Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the way the threads are launched: they are now launched as
[simgrid.git] / examples / master_slave_bypass / MsBypass.java
index 1ddbc1c..8bf98ef 100644 (file)
@@ -26,7 +26,7 @@ public class MsBypass {
 
     /* bypass deployment */
     try {
-       new Master("bob","process1");
+       new Master("bob","process1").start();
     }
     catch (MsgException e){
        System.out.println("Create processes failed!");