Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revalidate the tesh file
[simgrid.git] / examples / msg / async-waitall / async-waitall_d.xml
index c6b86e0..51f03d1 100644 (file)
@@ -3,14 +3,13 @@
 <platform version="4">
   <!-- The master process (with some arguments) -->
   <process host="Tremblay" function="sender">
-     <argument value="3"/>       <!-- Number of tasks -->
-     <argument value="50000000"/>  <!-- Computation size of tasks -->
-     <argument value="1000000"/>   <!-- Communication size of tasks -->
-     <argument value="1"/>         <!-- Number of receivers -->
+    <argument value="3"/>       <!-- Number of tasks -->
+    <argument value="50000000"/>  <!-- Computation size of tasks -->
+    <argument value="1000000"/>   <!-- Communication size of tasks -->
+    <argument value="1"/>         <!-- Number of receivers -->
   </process>
   <!-- The receiver processes -->
   <process host="Ruby" function="receiver">
     <argument value="0"/>
-    <argument value="3"/>       <!-- Number of tasks -->
   </process>
 </platform>