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 c392972..5bd6985 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
   <!-- The master process (with some arguments) -->
   <process host="Tremblay" function="master">
      <argument value="20"/>       <!-- Number of tasks -->
@@ -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>