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 / gras / tokenS / tokenS_deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description version="1">
4
5  <process host="Tremblay" function="node">
6   <argument value="4000"/>                           <!-- port on which I am listening -->
7   <argument value="Fafard"/><argument value="4000"/> <!-- peer (successor) host name and port-->
8   <argument value="--create-token"/>                 <!-- I'm first client, ie I have to create the token -->
9  </process>
10  
11  <process host="Fafard" function="node">
12   <argument value="4000"/>                           <!-- port on which I am listening -->
13   <argument value="Jupiter"/><argument value="4000"/><!-- peer (successor) host name and port-->
14  </process>
15  
16  <process host="Jupiter" function="node">
17   <argument value="4000"/>                            <!-- port on which I am listening -->
18   <argument value="Ginette"/><argument value="4000"/> <!-- peer (successor) host name and port-->
19  </process>
20  
21  <process host="Ginette" function="node">
22   <argument value="4000"/>                            <!-- port on which I am listening -->
23   <argument value="Bourassa"/><argument value="4000"/><!-- peer (successor) host name and port-->
24  </process>
25  
26  <process host="Bourassa" function="node">
27   <argument value="4000"/>                            <!-- port on which I am listening -->
28   <argument value="Tremblay"/><argument value="4000"/><!-- peer (successor) host name and port-->
29  </process>
30  
31 </platform_description>