Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Massive cleanups in ruby. Not yet working (segfault on task reception)
[simgrid.git] / src / bindings / ruby / deploy.xml
index 590b69e..a0c6ec9 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>