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 006c63dd6acaf6035142470f940003b461b7518c..cc95c83343e223c3f8645936e7443bf4af42fa6e 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. */