Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Completely remove ruby and java from simgrid project.
[simgrid.git] / examples / lua / quicksort_deployment.xml
diff --git a/examples/lua/quicksort_deployment.xml b/examples/lua/quicksort_deployment.xml
new file mode 100644 (file)
index 0000000..1b4473b
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
+  <process host="Inmos" function="Sender">
+      <argument value ="Bellevue"/>
+      <argument value="5000000"/>
+      <argument value="100000"/>
+      <argument value="Receiver"/> <!--will be used as a mailbox alias-->
+  </process>
+  <process host="Bellevue" function="Receiver">
+         <argument value="Inmos"/>
+         <argument value="Sender"/> <!--will be used as a mailbox alias-->
+  </process>
+</platform>