Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill some dupplicate routes: now that we issue a warning, it breaks all tesh files
[simgrid.git] / examples / gras / pmm / pmm.xml
index 687aa8e..7cb191a 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "simgrid.dtd">
-<platform version="2">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
 
   <process host="Jacquelin" function="master">
      <argument value="4242"/>
   <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="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>