Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : new example for liveness properties
[simgrid.git] / examples / msg / mc / deploy_centralized_liveness.xml
diff --git a/examples/msg/mc/deploy_centralized_liveness.xml b/examples/msg/mc/deploy_centralized_liveness.xml
new file mode 100644 (file)
index 0000000..bd46ad7
--- /dev/null
@@ -0,0 +1,47 @@
+<?xml version='1.0'?>
+
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+
+<platform version="3">
+
+  <process host="Tremblay" function="coordinator" />
+
+  <process host="Fafard" function="client" >
+    <argument value="1"/>
+  </process>
+
+  <process host="Boivin" function="client" >
+    <argument value="2"/>
+  </process>
+
+  <!-- <process host="TeX" function="client" >
+    <argument value="3"/>
+  </process>
+
+  <process host="Geoff" function="client" >
+    <argument value="4"/>
+  </process>
+  
+  <process host="Disney" function="client" />
+    
+  <process host="iRMX" function="client" />
+      
+  <process host="McGee" function="client" />
+
+  <process host="Gatien" function="client" />
+    
+  <process host="Laroche" function="client" />
+      
+  <process host="Tanguay" function="client" />
+
+  <process host="Morin" function="client" />
+
+  <process host="Ethernet" function="client" />
+
+  <process host="Bellemarre" function="client" />
+
+  <process host="Kuenning" function="client" />
+  
+  <process host="Gaston" function="client" /> -->
+
+</platform>