Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent a bunch of deployment files too
[simgrid.git] / examples / msg / app-masterworker / app-masterworker_d.xml
index 764eadd..869db93 100644 (file)
@@ -3,15 +3,25 @@
 <platform version="4">
   <!-- The master process (with some arguments) -->
   <process host="Tremblay" function="master">
-     <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 -->
+    <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 -->
   </process>
   <!-- The worker processes (with mailbox to listen on as argument) -->
-  <process host="Tremblay" function="worker" on_failure="RESTART">  <argument value="0"/> </process>
-  <process host="Jupiter" function="worker" on_failure="RESTART">   <argument value="1"/> </process>
-  <process host="Fafard" function="worker" on_failure="RESTART">    <argument value="2"/> </process>
-  <process host="Ginette" function="worker" on_failure="RESTART">   <argument value="3"/> </process>
-  <process host="Bourassa" function="worker" on_failure="RESTART">  <argument value="4"/> </process>
+  <process host="Tremblay" function="worker" on_failure="RESTART">
+    <argument value="0"/> 
+  </process>
+  <process host="Jupiter" function="worker" on_failure="RESTART">
+    <argument value="1"/> 
+  </process>
+  <process host="Fafard" function="worker" on_failure="RESTART">
+    <argument value="2"/> 
+  </process>
+  <process host="Ginette" function="worker" on_failure="RESTART">
+    <argument value="3"/> 
+  </process>
+  <process host="Bourassa" function="worker" on_failure="RESTART">
+    <argument value="4"/> 
+  </process>
 </platform>