Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
NOT everything is master-slave (really)
[simgrid.git] / examples / msg / masterslave / deployment_masterslave_mailbox_multicore.xml
index fc11b15..e7e5e22 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "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,23 +9,10 @@
      <argument value="6"/>         <!-- 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="Tremblay" function="slave">
-    <argument value="1"/>
-  </process>
-  <process host="Tremblay" function="slave">
-    <argument value="2"/>
-  </process>
-  <process host="Tremblay" function="slave">
-    <argument value="3"/>
-  </process>
-  <process host="Tremblay" function="slave">
-    <argument value="4"/>
-  </process>
-  <process host="Tremblay" function="slave">
-    <argument value="5"/>
-  </process>
-
+  <process host="Tremblay" function="slave">   <argument value="0"/> </process>
+  <process host="Tremblay" function="slave">   <argument value="1"/> </process>
+  <process host="Tremblay" function="slave">   <argument value="2"/> </process>
+  <process host="Tremblay" function="slave">   <argument value="3"/> </process>
+  <process host="Tremblay" function="slave">   <argument value="4"/> </process>
+  <process host="Tremblay" function="slave">   <argument value="5"/> </process>
 </platform>