Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in these examples
[simgrid.git] / examples / s4u / app-masterworkers / s4u-app-masterworkers_d.xml
index feadead..3d93a78 100644 (file)
@@ -3,10 +3,10 @@
 <platform version="4.1">
   <!-- The master actor (with some arguments) -->
   <actor host="Tremblay" function="master">
-    <argument value="20"/>       <!-- Number of tasks -->
+    <argument value="5"/>         <!-- Number of workers -->
+    <argument value="20"/>        <!-- Number of tasks -->
     <argument value="50000000"/>  <!-- Computation size of tasks -->
     <argument value="1000000"/>   <!-- Communication size of tasks -->
-    <argument value="5"/>         <!-- Number of workers -->
   </actor>
   <!-- The worker processes (with mailbox to listen on as argument) -->
   <actor host="Tremblay" function="worker" on_failure="RESTART">