Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start removing from doc/ what's converted in docs/
[simgrid.git] / doc / tuto-msg / deployment0.xml
diff --git a/doc/tuto-msg/deployment0.xml b/doc/tuto-msg/deployment0.xml
deleted file mode 100644 (file)
index a9fe036..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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"/>       <!-- Number of tasks -->
-     <argument value="50000000"/>  <!-- Computation size of tasks -->
-     <argument value="1000000"/>   <!-- Communication size of tasks -->
-     <argument value="Jupiter"/>  <!-- First worker -->
-     <argument value="Fafard"/>   <!-- Second worker -->
-     <argument value="Ginette"/>  <!-- Third worker -->
-     <argument value="Bourassa"/> <!-- Last worker -->
-     <argument value="Tremblay"/> <!-- Me! I can work too! -->
-  </actor>
-  <!-- The worker actor (with no argument) -->
-  <actor host="Tremblay" function="worker" on_failure="RESTART"/>
-  <actor host="Jupiter" function="worker" on_failure="RESTART"/>
-  <actor host="Fafard" function="worker" on_failure="RESTART"/>
-  <actor host="Ginette" function="worker" on_failure="RESTART"/>
-  <actor host="Bourassa" function="worker" on_failure="RESTART"/>
-</platform>