Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add deployment file for the bugged3 example.
authorcristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 16 Dec 2010 16:15:59 +0000 (16:15 +0000)
committercristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 16 Dec 2010 16:15:59 +0000 (16:15 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9274 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/mc/deploy_bugged3.xml [new file with mode: 0644]

diff --git a/examples/msg/mc/deploy_bugged3.xml b/examples/msg/mc/deploy_bugged3.xml
new file mode 100644 (file)
index 0000000..b03a745
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="3">
+  <process host="HostA" function="server">
+    <argument value="0"/>
+  </process>
+  <process host="HostB" function="client">
+    <argument value="1"/>
+  </process>  
+  <process host="HostC" function="client">
+    <argument value="2"/>
+  </process>
+</platform>