Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use reasonable values in deployment files.
[simgrid.git] / examples / msg / small_deployment.xml
index 49a940c..102c3bb 100644 (file)
@@ -4,8 +4,8 @@
   <!-- The master process (with some arguments) -->
   <process host="Tremblay" function="master">
      <argument value="20"/>       <!-- Number of tasks -->
   <!-- The master process (with some arguments) -->
   <process host="Tremblay" function="master">
      <argument value="20"/>       <!-- Number of tasks -->
-     <argument value="50000"/>    <!-- Computation size of tasks -->
-     <argument value="10"/>       <!-- Communication size of tasks -->
+     <argument value="5000000"/>  <!-- Computation size of tasks -->
+     <argument value="100000"/>   <!-- Communication size of tasks -->
      <argument value="Jupiter"/>  <!-- First slave -->
      <argument value="Fafard"/>   <!-- Second slave -->
      <argument value="Ginette"/>  <!-- Third slave -->
      <argument value="Jupiter"/>  <!-- First slave -->
      <argument value="Fafard"/>   <!-- Second slave -->
      <argument value="Ginette"/>  <!-- Third slave -->