Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the right XML files
[simgrid.git] / examples / msg / chord / chord3.xml
diff --git a/examples/msg/chord/chord3.xml b/examples/msg/chord/chord3.xml
deleted file mode 100644 (file)
index b3856ee..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
-
-  <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="Jacquelin" function="node">
-    <argument value="1"/>         <!-- my id -->
-    <argument value ="600"/>           <!-- deadline -->
-  </process>
-
-</platform>