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_kill / MsKill.java
index e4b5f72..97aab15 100644 (file)
@@ -26,7 +26,8 @@ public class MsKill {
 
     /* bypass deploymemt */
     try {
-    Master process1 = new Master("bob","master");
+           Master process1 = new Master("bob","master");
+           process1.start();
     }
     catch (MsgException e){
        System.out.println("Create processes failed!");