Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix masterslaveDeployment.xml
[simgrid.git] / examples / masterslave / masterslaveDeployment.xml
index 7794206..6c01ac0 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
 <platform version="3">
   <process host="Jacquelin" function="masterslave.Master">
-     <argument value="5000"/>     <!-- Amount of tasks to dispatch -->
+     <argument value="5"/>     <!-- Amount of tasks to dispatch -->
      <argument value="50000"/> <!-- Computation size of each task -->
      <argument value="10"/>    <!-- Communication size of each one -->
      <argument value="7"/>     <!-- Amount of slaves waiting for orders -->