Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Port to the amok_hm module. It simplifies things quite a bit
[simgrid.git] / examples / amok / bandwidth / bandwidth_deployment.xml
index ab249e9..0f7ab25 100644 (file)
@@ -2,15 +2,12 @@
 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
 <platform_description version="1">
   <process host="Tremblay" function="sensor">
 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
 <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">
   </process>
   <process host="Jupiter" function="sensor">
-     <argument value="4000"/>       <!-- port number -->
+     <argument value="Ginette:4000"/>       <!-- maestro -->
   </process>
   <process host="Ginette" function="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>
   </process>
 </platform_description>