Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move MSG and SimDag examples out of the sight of users
[simgrid.git] / examples / deprecated / msg / app-masterworker / app-masterworker-vivaldi_d.xml
diff --git a/examples/deprecated/msg/app-masterworker/app-masterworker-vivaldi_d.xml b/examples/deprecated/msg/app-masterworker/app-masterworker-vivaldi_d.xml
new file mode 100644 (file)
index 0000000..8d01b0f
--- /dev/null
@@ -0,0 +1,57 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
+<platform version="4.1">
+  <!-- The master actor (with some arguments) --> 
+  <actor host="100030591" function="master">
+    <argument value="10"/>       <!-- Number of tasks -->
+    <argument value="50000000"/>  <!-- Computation size of tasks -->
+    <argument value="1000000"/>   <!-- Communication size of tasks -->
+    <argument value="15"/>         <!-- Number of workers -->
+  </actor>
+  <!-- The worker processes (with mailbox to listen on as argument) -->
+  <actor host="100036570" function="worker">
+    <argument value="0"/> 
+  </actor>
+  <actor host="100041334" function="worker">
+    <argument value="1"/> 
+  </actor>
+  <actor host="100055671" function="worker">
+    <argument value="2"/> 
+  </actor>
+  <actor host="100066658" function="worker">
+    <argument value="3"/> 
+  </actor>
+  <actor host="100090691" function="worker">
+    <argument value="4"/> 
+  </actor>
+  <actor host="100094952" function="worker">
+    <argument value="5"/> 
+  </actor>
+  <actor host="100117943" function="worker">
+    <argument value="6"/> 
+  </actor>
+  <actor host="100126290" function="worker">
+    <argument value="7"/> 
+  </actor>
+  <actor host="100144483" function="worker">
+    <argument value="8"/> 
+  </actor>
+  <actor host="100152889" function="worker">
+    <argument value="9"/> 
+  </actor>
+  <actor host="100178474" function="worker">
+    <argument value="10"/> 
+  </actor>
+  <actor host="100180261" function="worker">
+    <argument value="11"/> 
+  </actor>
+  <actor host="100185883" function="worker">
+    <argument value="12"/> 
+  </actor>
+  <actor host="100186365" function="worker">
+    <argument value="13"/> 
+  </actor>
+  <actor host="100200866" function="worker">
+    <argument value="14"/> 
+  </actor>
+</platform>