Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
3 more renamed tests
[simgrid.git] / examples / msg / network-ns3 / 3links_d.xml
diff --git a/examples/msg/network-ns3/3links_d.xml b/examples/msg/network-ns3/3links_d.xml
new file mode 100644 (file)
index 0000000..2aa4d11
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
+  <process host="Tremblay" function="master">
+      <argument value="100000"/>
+      <argument value="Jupiter"/>
+      <argument value="1"/>
+  </process>
+  <process host="Jupiter" function="worker">
+    <argument value="1"/>
+  </process>
+  <process host="Fafard" function="master">
+      <argument value="1000000"/>
+      <argument value="Ginette"/>
+      <argument value="2"/>
+  </process>
+  <process host="Ginette" function="worker">
+    <argument value="2"/>
+  </process>
+  <process host="Bourassa" function="master">
+      <argument value="2000000"/>
+      <argument value="Lovelace"/>
+      <argument value="3"/>
+  </process>
+  <process host="Lovelace" function="worker">
+    <argument value="3"/>
+  </process>
+</platform>