Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rewrite the example in order to make clear on how a process can create
[simgrid.git] / examples / master_slave_bypass / MsBypass.java
index 006c63d..cc95c83 100644 (file)
@@ -27,10 +27,9 @@ public class MsBypass {
     /* bypass deploymemt */
     try {
     Master process1 = new Master("bob","process1");
-    Slave process2 = new Slave("alice","process2");
     }
     catch (MsgException e){
-       System.out.println("Mes couilles!!!!!");
+       System.out.println("Create processes failed!");
     }
     
        /*  execute the simulation. */