Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix VM params once for all - Adrien
[simgrid.git] / examples / java / cloud / Cloud.java
index eba9d07..c4067bf 100644 (file)
@@ -16,7 +16,7 @@ import org.simgrid.msg.MsgException;
 public class Cloud {
        public static final double task_comp_size = 10;
        public static final double task_comm_size = 10;
-       public static final int hostNB = 3 ; 
+       public static final int hostNB = 500 ; 
        public static void main(String[] args) throws MsgException {       
            Msg.init(args); 
            
@@ -38,4 +38,4 @@ public class Cloud {
                Msg.run();
                
     }
-}
\ No newline at end of file
+}