Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This time, hopefully, the files are in valid version 2 of the DTD
[simgrid.git] / examples / gras / p2p / can / can.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "surfxml.dtd">
3 <platform version="2">
4
5
6
7
8   <process host="Tremblay" function="start_war">
9     <argument value="4000"/>           <!-- my port -->
10     <argument value="1"/>            <!-- my nuke version -->
11   </process>
12
13   <process host="Jacquelin" function="node">
14     <argument value="100"/>            <!-- my xId -->
15     <argument value="900"/>            <!-- my yId -->
16     <argument value="4000"/>         <!-- my port -->
17     <argument value="Tremblay"/>     <!-- my hostname -->
18     <argument value="4000"/>         <!-- my hostport -->
19   </process>
20
21   <process host="Bourassa" function="node">
22     <argument value="800"/>            <!-- my xId -->
23     <argument value="200"/>            <!-- my yId -->
24     <argument value="4000"/>         <!-- my port -->
25     <argument value="Tremblay"/>     <!-- my hostname -->
26     <argument value="4000"/>         <!-- my hostport -->
27   </process>
28
29   <process host="Fafard" function="node">
30     <argument value="500"/>            <!-- my xId -->
31     <argument value="600"/>            <!-- my yId -->
32     <argument value="4000"/>         <!-- my port -->
33     <argument value="Tremblay"/>     <!-- my hostname -->
34     <argument value="4000"/>         <!-- my hostport -->
35   </process>
36
37   <process host="Tremblay" function="node">
38     <argument value="10"/>            <!-- my xId -->
39     <argument value="20"/>            <!-- my yId -->
40     <argument value="4000"/>         <!-- my port -->
41   </process>
42
43 </platform>
44