Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
completely revamp the MSG tutorial
[simgrid.git] / doc / tuto-msg / deployment3.xml
diff --git a/doc/tuto-msg/deployment3.xml b/doc/tuto-msg/deployment3.xml
new file mode 100644 (file)
index 0000000..e5dcfe1
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4.1">
+  <actor host="Tremblay" function="master">
+     <argument value="600"/>       <!-- Simulation timeout -->
+     <argument value="50000000"/>  <!-- Computation size of tasks -->
+     <argument value="10"/>        <!-- Communication size of tasks -->
+  </actor>
+  <actor host="Fafard" function="master">
+     <argument value="600"/>       <!-- Simulation timeout -->
+     <argument value="50000000"/>  <!-- Computation size of tasks -->
+     <argument value="10"/>        <!-- Communication size of tasks -->
+  </actor>
+  <actor host="Jupiter" function="master">
+     <argument value="600"/>       <!-- Simulation timeout -->
+     <argument value="50000000"/>  <!-- Computation size of tasks -->
+     <argument value="10"/>        <!-- Communication size of tasks -->
+  </actor>
+</platform>