]> AND Public Git Repository - simgrid.git/blobdiff - src/bindings/ruby/deploy.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not share the same argument container for every processes
[simgrid.git] / src / bindings / ruby / deploy.xml
index 590b69e2cce68279128eb986b02e6473aa631cd0..a0c6ec9138234184bc65fab0d4d5066354462f50 100644 (file)
@@ -6,10 +6,10 @@
      <argument value="20"/>       <!-- Number of tasks -->
      <argument value="50000000"/>  <!-- Computation size of tasks -->
      <argument value="1000000"/>   <!-- Communication size of tasks -->
-     <argument value="5"/>  <!-- Amount of slaves -->
+     <argument value="4"/>  <!-- Amount of slaves -->
   </process>
-  <!-- The slave process (with no argument) -->
-  <process host="Tremblay" function="Slave">
+  <!-- The slave process (argument: slave rank) -->
+  <process host="Bourassa" function="Slave">
     <argument value="0"/>
   </process>
   <process host="Jupiter" function="Slave">
@@ -21,7 +21,4 @@
   <process host="Ginette" function="Slave">
     <argument value="3"/>
   </process>
-  <process host="Bourassa" function="Slave">
-    <argument value="4"/>
-  </process>
 </platform>