Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
icomms are async (and there is no peer!!)
[simgrid.git] / examples / msg / async-waitany / async-waitany_d.xml
diff --git a/examples/msg/async-waitany/async-waitany_d.xml b/examples/msg/async-waitany/async-waitany_d.xml
new file mode 100644 (file)
index 0000000..954f34e
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
+  <!-- The master process (with some arguments) -->
+  <process host="Tremblay" function="sender">
+     <argument value="6"/>       <!-- Number of tasks -->
+     <argument value="50000000"/>  <!-- Computation size of tasks -->
+     <argument value="1000000"/>      <!-- Communication size of tasks -->
+     <argument value="2"/>         <!-- Number of receivers -->
+     <argument value="0"/>         <!-- Use diff comm size -->
+  </process>
+  <!-- The receiver processes -->
+  <process host="Fafard" function="receiver">
+    <argument value="0"/>
+    <argument value="3"/>       <!-- Number of tasks -->
+  </process>
+    <process host="Jupiter" function="receiver">
+    <argument value="1"/>
+    <argument value="3"/>       <!-- Number of tasks -->
+  </process>
+</platform>