Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the msg tutorial of Arnauld Legrand to doxygen
[simgrid.git] / doc / msg-tuto-src / deployment3.xml
diff --git a/doc/msg-tuto-src/deployment3.xml b/doc/msg-tuto-src/deployment3.xml
new file mode 100644 (file)
index 0000000..52ca721
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
+  <process host="Tremblay" function="master">
+     <argument value="3600"/>      <!-- Simulation timeout -->
+     <argument value="50000000"/>  <!-- Computation size of tasks -->
+     <argument value="10"/>   <!-- Communication size of tasks -->
+  </process>
+  <process host="Fafard" function="master">
+     <argument value="3600"/>      <!-- Simulation timeout -->
+     <argument value="50000000"/>  <!-- Computation size of tasks -->
+     <argument value="10"/>   <!-- Communication size of tasks -->
+  </process>
+  <process host="Jupiter" function="master">
+     <argument value="3600"/>      <!-- Simulation timeout -->
+     <argument value="50000000"/>  <!-- Computation size of tasks -->
+     <argument value="10"/>   <!-- Communication size of tasks -->
+  </process>
+</platform>