Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further try at getting lua working (not quite there yet)
[simgrid.git] / src / bindings / lua / deploy.xml
index 5fab3dc..975fed4 100644 (file)
@@ -6,12 +6,13 @@
      <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="1"/>  <!-- Amount of slaves -->
   </process>
   <!-- The slave process (with no argument) -->
   <process host="Tremblay" function="slave">
     <argument value="0"/>
   </process>
+  <!--
   <process host="Jupiter" function="slave">
     <argument value="1"/>
   </process>
@@ -23,5 +24,5 @@
   </process>
   <process host="Bourassa" function="slave">
     <argument value="4"/>
-  </process>
+  </process>-->
 </platform>