Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Providing up-to-date xml files... Version 1 with units in Bytes, Flops and Seconds.
[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>