Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove duplicate file.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 29 Apr 2013 12:03:20 +0000 (14:03 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 30 Apr 2013 16:55:58 +0000 (18:55 +0200)
It's the same as deploy_chord4.xml.

examples/msg/mc/chord/deploy_chord.xml [deleted file]

diff --git a/examples/msg/mc/chord/deploy_chord.xml b/examples/msg/mc/chord/deploy_chord.xml
deleted file mode 100644 (file)
index f03b06b..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
-  <process host="Jean_Yves" function="node">
-    <argument value="6"/>        <!-- my id -->
-    <argument value="16"/>         <!-- known id -->
-    <argument value="300"/>        <!-- time to sleep before it starts-->
-    <argument value ="600"/>           <!-- deadline -->
-  </process>
-  
-  <process host="Boivin" function="node">
-    <argument value="10"/>         <!-- my id -->
-    <argument value="16"/>         <!-- known id -->
-    <argument value="300"/>         <!-- time to sleep before it starts-->
-    <argument value ="600"/>           <!-- deadline -->
-  </process>
-
-  <process host="TeX" function="node">
-    <argument value="8"/>         <!-- my id -->
-    <argument value="16"/>         <!-- known id -->
-    <argument value="100"/>         <!-- time to sleep before it starts-->
-    <argument value ="600"/>           <!-- deadline -->
-  </process>
-
-  <process host="Jacquelin" function="node">
-    <argument value="16"/>         <!-- my id -->
-    <argument value ="600"/>             <!-- deadline -->
-  </process>
-
-
-</platform>