Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups
[simgrid.git] / examples / msg / dht-chord / chord.xml
diff --git a/examples/msg/dht-chord/chord.xml b/examples/msg/dht-chord/chord.xml
deleted file mode 100644 (file)
index e60fdce..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <process host="Gatien" function="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="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="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="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="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="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="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="node">
-    <argument value="1"/>         <!-- my id -->
-    <argument value ="600"/>    <!-- deadline -->
-  </process>
-</platform>