Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
temporarly reduce the example size until it gets debugged in SG
[simgrid.git] / examples / gras / pmm / pmm.xml
index d15212d..687aa8e 100644 (file)
@@ -1,29 +1,19 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
 <platform version="2">
 
   <process host="Jacquelin" function="master">
      <argument value="4242"/>
   </process>
   
-  <process host="Boivin"    function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Jean_Yves" function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="TeX"       function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Geoff"     function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Disney"    function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="iRMX"      function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="McGee"     function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Gatien"    function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Laroche"   function="slave"><argument value="Jacquelin:4242"/></process>
-
-  <process host="Tanguay"    function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Morin"      function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Ethernet"   function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Bellemarre" function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Kuenning"   function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Gaston"     function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Bousquet"   function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Paul"       function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="St_Jean"    function="slave"><argument value="Jacquelin:4242"/></process>
-  <process host="Jill"       function="slave"><argument value="Jacquelin:4242"/></process>
+  <process host="Boivin"    function="slave"><argument value="Jacquelin:4242"/><argument value="0"/></process>
+  <process host="Jean_Yves" function="slave"><argument value="Jacquelin:4242"/><argument value="1"/></process>
+  <process host="TeX"       function="slave"><argument value="Jacquelin:4242"/><argument value="2"/></process>
+  <process host="Geoff"     function="slave"><argument value="Jacquelin:4242"/><argument value="3"/></process>
+<!--  <process host="Disney"    function="slave"><argument value="Jacquelin:4242"/><argument value="4"/></process>
+  <process host="iRMX"      function="slave"><argument value="Jacquelin:4242"/><argument value="5"/></process>
+  <process host="McGee"     function="slave"><argument value="Jacquelin:4242"/><argument value="6"/></process>
+  <process host="Gatien"    function="slave"><argument value="Jacquelin:4242"/><argument value="7"/></process>
+  <process host="Laroche"   function="slave"><argument value="Jacquelin:4242"/><argument value="8"/></process>
+-->
 </platform>