Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add VM API from MSG (experimental, still buggy in MSG C part anyway)
[simgrid.git] / examples / master_slave_bypass / MsBypass.java
index cc95c83..8bf98ef 100644 (file)
@@ -24,9 +24,9 @@ public class MsBypass {
     Msg.init(args);
     Msg.createEnvironment(args[0]);
 
-    /* bypass deploymemt */
+    /* bypass deployment */
     try {
-    Master process1 = new Master("bob","process1");
+       new Master("bob","process1").start();
     }
     catch (MsgException e){
        System.out.println("Create processes failed!");