Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add support for new Boost.Context API
[simgrid.git] / examples / java / cloud / Master.java
index a581aff8cc48ff85ef527c014eb4b8318e5132c2..d3606c90dca307c49e2201611a262af6221404d8 100644 (file)
@@ -81,7 +81,6 @@ public class Master extends Process {
                
                for (int i = 0; i < vms.size(); i++) {
                        vms.get(i).shutdown();
-                       vms.get(i).destroy();
                }                               
                Msg.info("Master done.");
        }