Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
76d960c497a8014e513d5c56b75a8476982a2d0a
[simgrid.git] / examples / 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="4000"/>       <!-- port number -->
6   </process>
7   <process host="Ginette" function="sensor">
8      <argument value="4000"/>       <!-- port number -->
9   </process>
10   <process host="Jupiter" function="maestro">
11      <argument value="Tremblay"/>   <!-- server host -->
12      <argument value="4000"/>       <!-- port number -->
13      <argument value="Ginette"/>   <!-- server host -->
14      <argument value="4000"/>       <!-- port number -->
15   </process>
16 </platform_description>