Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
commit my deployment for testing the model-checking of Chord
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 10 Oct 2012 12:34:34 +0000 (14:34 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 10 Oct 2012 12:34:58 +0000 (14:34 +0200)
examples/msg/chord/chord3.xml [new file with mode: 0644]

diff --git a/examples/msg/chord/chord3.xml b/examples/msg/chord/chord3.xml
new file mode 100644 (file)
index 0000000..b3856ee
--- /dev/null
@@ -0,0 +1,24 @@
+<?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>