Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stupid bug
[simgrid.git] / examples / amok / saturate / saturate_deployment.xml
index a4269f6..2b33d6c 100644 (file)
@@ -1,15 +1,12 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
 <platform_description version="1">
-  <process host="Tremblay" function="sensor"> <argument value="4000"/> </process>
-  <process host="Jupiter"  function="sensor"> <argument value="4000"/> </process>
-  <process host="Fafard"   function="sensor"> <argument value="4000"/> </process>
-  <process host="Ginette"  function="sensor"> <argument value="4000"/> </process>
 
-  <process host="Bourassa" function="maestro">
-     <argument value="Tremblay:4000"/>
-     <argument value="Jupiter:4000"/>
-     <argument value="Fafard:4000"/>
-     <argument value="Ginette:4000"/>
-  </process>
+  <process host="Tremblay" function="sensor">  <argument value="Bourassa:4000"/> </process>
+  <process host="Jupiter"  function="sensor">  <argument value="Bourassa:4000"/> </process>
+  <process host="Fafard"   function="sensor">  <argument value="Bourassa:4000"/> </process>
+  <process host="Ginette"  function="sensor">  <argument value="Bourassa:4000"/> </process>
+
+  <process host="Bourassa" function="maestro"> <argument value="4000"/>          </process>
+
 </platform_description>