Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Port the Algorithm tutorial to python
[simgrid.git] / docs / source / tuto_s4u / deployment5.xml
diff --git a/docs/source/tuto_s4u/deployment5.xml b/docs/source/tuto_s4u/deployment5.xml
new file mode 100644 (file)
index 0000000..7e02232
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "https://simgrid.org/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>