Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
4317f32cf43221475d17ed1e9beb27d31bedd870
[simgrid.git] / examples / amok / bandwidth / bandwidth_deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description>
4   <process host="Tremblay" function="sensor">
5      <argument value="4000"/>       <!-- port number -->
6   </process>
7   <process host="Jupiter" function="sensor">
8      <argument value="4000"/>       <!-- port number -->
9   </process>
10   <process host="Ginette" function="maestro">
11      <argument value="Tremblay"/>   <!-- server host -->
12      <argument value="4000"/>       <!-- port number -->
13      <argument value="Jupiter"/>   <!-- server host -->
14      <argument value="4000"/>       <!-- port number -->
15   </process>
16 </platform_description>