Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix in Java Cloud API. Bugfix in the associated example. Add a tesh file for the...
[simgrid.git] / examples / cloud / Cloud.java
index 69dd79b..6cdd6ac 100644 (file)
@@ -14,8 +14,8 @@ import org.simgrid.msg.MsgException;
  * Example showing the use of the new experimental Cloud API.
  */
 public class Cloud {
-       public static final double task_comp_size = 10000000;
-       public static final double task_comm_size = 10000000;
+       public static final double task_comp_size = 10;
+       public static final double task_comm_size = 10;
 
        public static void main(String[] args) throws MsgException {       
            Msg.init(args);