Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'coverity_scan' of github.com:mquinson/simgrid
[simgrid.git] / examples / msg / masterslave / deployment_masterslave_mailbox.xml
index 8d37995..5bd6985 100644 (file)
@@ -9,20 +9,9 @@
      <argument value="5"/>         <!-- Number of slaves -->
   </process>
   <!-- The slave processes (with mailbox to listen on as argument) -->
-  <process host="Tremblay" function="slave">
-    <argument value="0"/>
-  </process>
-  <process host="Jupiter" function="slave">
-    <argument value="1"/>
-  </process>
-  <process host="Fafard" function="slave">
-    <argument value="2"/>
-  </process>
-  <process host="Ginette" function="slave">
-    <argument value="3"/>
-  </process>
-  <process host="Bourassa" function="slave">
-    <argument value="4"/>
-  </process>
-
+  <process host="Tremblay" function="slave">  <argument value="0"/> </process>
+  <process host="Jupiter" function="slave">   <argument value="1"/> </process>
+  <process host="Fafard" function="slave">    <argument value="2"/> </process>
+  <process host="Ginette" function="slave">   <argument value="3"/> </process>
+  <process host="Bourassa" function="slave">  <argument value="4"/> </process>
 </platform>