Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove remaining trace of chord_before_dsend.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 30 Jan 2013 10:54:55 +0000 (11:54 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 30 Jan 2013 10:54:55 +0000 (11:54 +0100)
examples/msg/mc/chord/deploy_chord_before_dsend_liveness.xml [deleted file]

diff --git a/examples/msg/mc/chord/deploy_chord_before_dsend_liveness.xml b/examples/msg/mc/chord/deploy_chord_before_dsend_liveness.xml
deleted file mode 100644 (file)
index 40b8ed9..0000000
+++ /dev/null
@@ -1,31 +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="4"/>        <!-- time to sleep before it starts-->
-    <argument value ="60"/>            <!-- deadline -->
-  </process>
-
-  <process host="McGee" function="node">
-    <argument value="42"/>        <!-- my id -->
-    <argument value="1"/>         <!-- known id -->
-    <argument value="3"/>        <!-- time to sleep before it starts-->
-    <argument value ="60"/>            <!-- deadline -->
-  </process>
-
-  <process host="Geoff" function="node">
-    <argument value="32"/>        <!-- my id -->
-    <argument value="1"/>         <!-- known id -->
-    <argument value="10"/>         <!-- time to sleep before it starts-->
-    <argument value ="60"/>            <!-- deadline -->
-  </process>
-  
-   <process host="Jacquelin" function="node">
-    <argument value="1"/>         <!-- my id -->
-    <argument value ="60"/>             <!-- deadline -->
-   </process>
-
-</platform>