Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added deployment file for fullduplex model.
authorvelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 18 Nov 2010 17:52:58 +0000 (17:52 +0000)
committervelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 18 Nov 2010 17:52:58 +0000 (17:52 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8588 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/gtnets/fullduplex-d.xml [new file with mode: 0644]

diff --git a/examples/msg/gtnets/fullduplex-d.xml b/examples/msg/gtnets/fullduplex-d.xml
new file mode 100644 (file)
index 0000000..56eca96
--- /dev/null
@@ -0,0 +1,46 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="2">
+
+  <process host="S1" function="master">
+      <argument value="1000000"/>
+      <argument value="C1"/>
+      <argument value="1"/>
+  </process>
+
+  <process host="C1" function="slave">
+    <argument value="1"/>
+  </process>
+
+  <process host="S1" function="master">
+      <argument value="1000000"/>
+      <argument value="C1"/>
+      <argument value="2"/>
+  </process>
+
+  <process host="C1" function="slave">
+    <argument value="2"/>
+  </process>
+  <process host="S1" function="master">
+      <argument value="1000000"/>
+      <argument value="C1"/>
+      <argument value="3"/>
+  </process>
+
+  <process host="C1" function="slave">
+    <argument value="3"/>
+  </process>
+
+
+  <process host="C1" function="master">
+      <argument value="1000000"/>
+      <argument value="S1"/>
+      <argument value="4"/>
+  </process>
+
+  <process host="S1" function="slave">
+    <argument value="4"/>
+  </process>
+</platform>