Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stick to the file naming convention presented in the tutorial
[simgrid.git] / examples / amok / saturate / saturate.xml
diff --git a/examples/amok/saturate/saturate.xml b/examples/amok/saturate/saturate.xml
new file mode 100644 (file)
index 0000000..2b33d6c
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform_description version="1">
+
+  <process host="Tremblay" function="sensor">  <argument value="Bourassa:4000"/> </process>
+  <process host="Jupiter"  function="sensor">  <argument value="Bourassa:4000"/> </process>
+  <process host="Fafard"   function="sensor">  <argument value="Bourassa:4000"/> </process>
+  <process host="Ginette"  function="sensor">  <argument value="Bourassa:4000"/> </process>
+
+  <process host="Bourassa" function="maestro"> <argument value="4000"/>          </process>
+
+</platform_description>