Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix masterslaveDeployment.xml
authorPaul Bédaride <paul.bedaride@gmail.com>
Wed, 30 Jan 2013 21:53:13 +0000 (22:53 +0100)
committerPaul Bédaride <paul.bedaride@gmail.com>
Wed, 30 Jan 2013 21:53:13 +0000 (22:53 +0100)
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 -->