Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tuto_s4u: add an exercise about the Mailboxes, and improve related doc
[simgrid.git] / docs / source / tuto_s4u / deployment2.xml
diff --git a/docs/source/tuto_s4u/deployment2.xml b/docs/source/tuto_s4u/deployment2.xml
new file mode 100644 (file)
index 0000000..e9163f2
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4.1">
+  <!-- The master actor (with some arguments) -->
+  <actor host="Tremblay" function="master">
+     <argument value="20"/>        <!-- Tasks count -->
+     <argument value="50000000"/>  <!-- Computation size of tasks -->
+     <argument value="1000000"/>   <!-- Communication size of tasks -->
+  </actor>
+</platform>