Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New directory hierarchy for MASTER/SLAVE example with a forwarder
[simgrid.git] / examples / msg / masterslave / deployment_masterslave_forwarder.xml
diff --git a/examples/msg/masterslave/deployment_masterslave_forwarder.xml b/examples/msg/masterslave/deployment_masterslave_forwarder.xml
new file mode 100644 (file)
index 0000000..1c08dc6
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform_description version="1">
+  <process host="Jacquelin" function="master">
+     <argument value="20"/>       <!-- Number of tasks -->
+     <argument value="5000000"/>  <!-- Computation size of tasks -->
+     <argument value="100000"/>   <!-- Communication size of tasks -->
+     <argument value="iRMX"/>     <!-- First slave -->
+     <argument value="Casavant"/> <!-- Second slave -->
+     <argument value="Bousquet"/> <!-- Third slave -->
+     <argument value="Soucy"/>    <!-- Fourth slave -->
+     <argument value="Jackson"/>  <!-- Last slave -->
+  </process>
+  <process host="Jackson" function="forwarder">
+     <argument value="Kuenning"/>
+     <argument value="Browne"/> 
+     <argument value="Stephen"/>
+ </process>
+  <process host="Casavant" function="forwarder">
+     <argument value="Robert"/>
+     <argument value="Sirois"/> 
+     <argument value="Monique"/>
+ </process>
+  <process host="iRMX" function="slave"/>
+  <process host="Bousquet" function="slave"/>
+  <process host="Soucy" function="slave"/>
+  <process host="Kuenning" function="slave"/>
+  <process host="Browne" function="slave"/>
+  <process host="Stephen" function="slave"/>
+  <process host="Robert" function="slave"/>
+  <process host="Sirois" function="slave"/>
+  <process host="Monique" function="slave"/>
+</platform_description>