Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the DTD file from gforge to our own homepage
[simgrid.git] / examples / msg / dht-pastry / dht-pastry_d.xml
index c81dba2..df8c102 100644 (file)
@@ -1,14 +1,62 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <process host="c-0.me" function="node"><argument value="42"/><argument value="6000000"/></process>
-  <process host="c-1.me" function="node"><argument value="366680" /><argument value="42" /><argument value="10" /><argument value="6000000" /></process>
-  <process host="c-2.me" function="node"><argument value="533744" /><argument value="366680" /><argument value="20" /><argument value="6000000" /></process>
-  <process host="c-3.me" function="node"><argument value="1319738" /><argument value="42" /><argument value="30" /><argument value="6000000" /></process>
-  <process host="c-4.me" function="node"><argument value="16509405" /><argument value="366680" /><argument value="40" /><argument value="6000000" /></process>
-  <process host="c-5.me" function="node"><argument value="10874876" /><argument value="533744" /><argument value="50" /><argument value="6000000" /></process>
-  <process host="c-6.me" function="node"><argument value="16728096" /><argument value="1319738" /><argument value="60" /><argument value="6000000" /></process>
-  <process host="c-7.me" function="node"><argument value="10004760" /><argument value="16509405" /><argument value="70" /><argument value="6000000" /></process>
-  <process host="c-8.me" function="node"><argument value="6518808" /><argument value="42" /><argument value="80" /><argument value="6000000" /></process>
-  <process host="c-9.me" function="node"><argument value="2015253" /><argument value="1319738" /><argument value="90" /><argument value="6000000" /></process>
+<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
+<platform version="4.1">
+  <actor host="node-0.simgrid.org" function="node">
+    <argument value="42"/>
+    <argument value="6000000"/>
+  </actor>
+  <actor host="node-1.simgrid.org" function="node">
+    <argument value="366680" />
+    <argument value="42" />
+    <argument value="10" />
+    <argument value="6000000" />
+  </actor>
+  <actor host="node-2.simgrid.org" function="node">
+    <argument value="533744" />
+    <argument value="366680" />
+    <argument value="20" />
+    <argument value="6000000" />
+  </actor>
+  <actor host="node-3.simgrid.org" function="node">
+    <argument value="1319738" />
+    <argument value="42" />
+    <argument value="30" />
+    <argument value="6000000" />
+  </actor>
+  <actor host="node-4.simgrid.org" function="node">
+    <argument value="16509405" />
+    <argument value="366680" />
+    <argument value="40" />
+    <argument value="6000000" />
+  </actor>
+  <actor host="node-5.simgrid.org" function="node">
+    <argument value="10874876" />
+    <argument value="533744" />
+    <argument value="50" />
+    <argument value="6000000" />
+  </actor>
+  <actor host="node-6.simgrid.org" function="node">
+    <argument value="16728096" />
+    <argument value="1319738" />
+    <argument value="60" />
+    <argument value="6000000" />
+  </actor>
+  <actor host="node-7.simgrid.org" function="node">
+    <argument value="10004760" />
+    <argument value="16509405" />
+    <argument value="70" />
+    <argument value="6000000" />
+  </actor>
+  <actor host="node-8.simgrid.org" function="node">
+    <argument value="6518808" />
+    <argument value="42" />
+    <argument value="80" />
+    <argument value="6000000" />
+  </actor>
+  <actor host="node-9.simgrid.org" function="node">
+    <argument value="2015253" />
+    <argument value="1319738" />
+    <argument value="90" />
+    <argument value="6000000" />
+  </actor>
 </platform>