Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused include "simgrid_config.h"
[simgrid.git] / src / bindings / ruby / deploy.xml
index 590b69e..c9841a9 100644 (file)
@@ -1,15 +1,15 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "simgrid.dtd">
-<platform version="2">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
   <!-- The master process (with some arguments) -->
   <process host="Tremblay" function="Master">
      <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>