Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added the GTNetS feature to examples/msg directory.
[simgrid.git] / examples / msg / gtnets / dogbone-d.xml
diff --git a/examples/msg/gtnets/dogbone-d.xml b/examples/msg/gtnets/dogbone-d.xml
new file mode 100644 (file)
index 0000000..5dca233
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform_description version="1">
+
+  <process host="S1" function="master">
+      <argument value="100000000"/>
+      <argument value="C1"/>
+  </process>
+
+  <process host="S2" function="master">
+      <argument value="100000000"/>
+      <argument value="C2"/>
+  </process>
+
+  <process host="C1" function="slave"/>
+  <process host="C2" function="slave"/>
+
+</platform_description>