Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stupid bug
[simgrid.git] / examples / amok / bandwidth / bandwidth_deployment.xml
index 4317f32..0f7ab25 100644 (file)
@@ -1,16 +1,13 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description>
+<platform_description version="1">
   <process host="Tremblay" function="sensor">
-     <argument value="4000"/>       <!-- port number -->
+     <argument value="Ginette:4000"/>       <!-- maestro -->
   </process>
   <process host="Jupiter" function="sensor">
-     <argument value="4000"/>       <!-- port number -->
+     <argument value="Ginette:4000"/>       <!-- maestro -->
   </process>
   <process host="Ginette" function="maestro">
-     <argument value="Tremblay"/>   <!-- server host -->
-     <argument value="4000"/>       <!-- port number -->
-     <argument value="Jupiter"/>   <!-- server host -->
-     <argument value="4000"/>       <!-- port number -->
+     <argument value="4000"/>   <!-- my port -->
   </process>
 </platform_description>