Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stick to the file naming convention presented in the tutorial
[simgrid.git] / examples / amok / bandwidth / bandwidth_deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description version="1">
4   <process host="Tremblay" function="sensor">
5      <argument value="Ginette:4000"/>       <!-- maestro -->
6   </process>
7   <process host="Jupiter" function="sensor">
8      <argument value="Ginette:4000"/>       <!-- maestro -->
9   </process>
10   <process host="Ginette" function="maestro">
11      <argument value="4000"/>   <!-- my port -->
12   </process>
13 </platform_description>