Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify these loops to please sonarqube
[simgrid.git] / examples / msg / async-waitall / async-waitall_d.xml
index c6b86e0..b92bbfc 100644 (file)
@@ -3,10 +3,10 @@
 <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">