Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
public -> private+get
[simgrid.git] / examples / java / dht / chord / chord.xml
index 7ef7e66..39875d4 100644 (file)
@@ -1,50 +1,62 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-  <process host="Gatien" function="dht.chord.Node">
-    <argument value="48"/>        <!-- my id -->
-    <argument value="1"/>         <!-- known id -->
-    <argument value="400"/>        <!-- time to sleep before it starts-->
-    <argument value ="600"/>    <!-- deadline -->
-  </process>
-  <process host="McGee" function="dht.chord.Node">
-    <argument value="42"/>        <!-- my id -->
-    <argument value="1"/>         <!-- known id -->
-    <argument value="300"/>        <!-- time to sleep before it starts-->
-    <argument value ="600"/>    <!-- deadline -->
-  </process>
-  <process host="iRMX" function="dht.chord.Node">
-    <argument value="38"/>        <!-- my id -->
-    <argument value="1"/>         <!-- known id -->
-    <argument value="200"/>         <!-- time to sleep before it starts-->
-    <argument value ="600"/>    <!-- deadline -->
-  </process>
-  <process host="Geoff" function="dht.chord.Node">
-    <argument value="32"/>        <!-- my id -->
-    <argument value="1"/>         <!-- known id -->
-    <argument value="100"/>         <!-- time to sleep before it starts-->
-    <argument value ="600"/>    <!-- deadline -->
-  </process>
-  <process host="TeX" function="dht.chord.Node">
-    <argument value="21"/>        <!-- my id -->
-    <argument value="1"/>         <!-- known id -->
-    <argument value="40"/>        <!-- time to sleep before it starts-->
-    <argument value ="600"/>    <!-- deadline -->
-  </process>
-  <process host="Jean_Yves" function="dht.chord.Node">
-    <argument value="14"/>        <!-- my id -->
-    <argument value="1"/>         <!-- known id -->
-    <argument value="16"/>        <!-- time to sleep before it starts-->
-    <argument value ="600"/>    <!-- deadline -->
-  </process>
-  <process host="Boivin" function="dht.chord.Node">
-    <argument value="8"/>         <!-- my id -->
-    <argument value="1"/>         <!-- known id -->
-    <argument value="1"/>         <!-- time to sleep before it starts-->
-    <argument value ="600"/>    <!-- deadline -->
-  </process>
-  <process host="Jacquelin" function="dht.chord.Node">
-    <argument value="1"/>         <!-- my id -->
-    <argument value ="600"/>    <!-- deadline -->
+  <process host="node-0.acme.org" function="dht.chord.Node">
+    <argument value="42"/>
+    <argument value="6000000"/>
+  </process>
+  <process host="node-1.acme.org" function="dht.chord.Node">
+    <argument value="366680" />
+    <argument value="42" />
+    <argument value="10" />
+    <argument value="6000000" />
+  </process>
+  <process host="node-2.acme.org" function="dht.chord.Node">
+    <argument value="533744" />
+    <argument value="366680" />
+    <argument value="20" />
+    <argument value="6000000" />
+  </process>
+  <process host="node-3.acme.org" function="dht.chord.Node">
+    <argument value="1319738" />
+    <argument value="42" />
+    <argument value="30" />
+    <argument value="6000000" />
+  </process>
+  <process host="node-4.acme.org" function="dht.chord.Node">
+    <argument value="16509405" />
+    <argument value="366680" />
+    <argument value="40" />
+    <argument value="6000000" />
+  </process>
+  <process host="node-5.acme.org" function="dht.chord.Node">
+    <argument value="10874876" />
+    <argument value="533744" />
+    <argument value="50" />
+    <argument value="6000000" />
+  </process>
+  <process host="node-6.acme.org" function="dht.chord.Node">
+    <argument value="16728096" />
+    <argument value="1319738" />
+    <argument value="60" />
+    <argument value="6000000" />
+  </process>
+  <process host="node-7.acme.org" function="dht.chord.Node">
+    <argument value="10004760" />
+    <argument value="16509405" />
+    <argument value="70" />
+    <argument value="6000000" />
+  </process>
+  <process host="node-8.acme.org" function="dht.chord.Node">
+    <argument value="6518808" />
+    <argument value="42" />
+    <argument value="80" />
+    <argument value="6000000" />
+  </process>
+  <process host="node-9.acme.org" function="dht.chord.Node">
+    <argument value="2015253" />
+    <argument value="1319738" />
+    <argument value="90" />
+    <argument value="6000000" />
   </process>
 </platform>