Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the way the Process are killed, since we need the java stack to be empty ...
[simgrid.git] / examples / master_slave_kill / Master.java
index 38c6ffb..98c1d04 100644 (file)
@@ -41,7 +41,6 @@ public class Master extends Process {
                                        break;  
                                }
                }
-               
                process2.kill();
 
                Msg.info("Process2 is now killed, should exit now");