Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
3 more renamed tests
[simgrid.git] / examples / msg / network-ns3 / two_clusters_d.xml
diff --git a/examples/msg/network-ns3/two_clusters_d.xml b/examples/msg/network-ns3/two_clusters_d.xml
new file mode 100644 (file)
index 0000000..99f2583
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
+  <process host="node-3.acme.org" function="master">
+      <argument value="100"/>
+      <argument value="node-16.acme.org"/>
+      <argument value="1"/>
+  </process>
+  <process host="node-16.acme.org" function="worker">
+    <argument value="1"/>
+  </process>
+</platform>