Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Xml platform cleaning
[simgrid.git] / examples / msg / chainsend / deployment_tesh.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3"><!-- For using with chainsend -->
4
5   <!-- Broadcaster -->
6   <process host="Jacquelin" function="broadcaster">
7         <argument value="8"/> <!-- number of peers -->
8         <argument value="256"/> <!-- number of pieces -->
9   </process>
10
11   <!-- Peers -->
12   <process host="Boivin" function="peer">
13         <argument value="1"/>
14   </process>
15   <process host="Jean_Yves" function="peer">
16         <argument value="2"/>
17   </process>
18   <process host="TeX" function="peer">
19         <argument value="3"/>
20   </process>
21   <process host="Geoff" function="peer">
22         <argument value="4"/>
23   </process>
24   <process host="Disney" function="peer">
25         <argument value="5"/>
26   </process>
27   <process host="iRMX" function="peer">
28         <argument value="6"/>
29   </process>
30   <process host="McGee" function="peer">
31         <argument value="7"/>
32   </process>
33   <process host="Gatien" function="peer">
34         <argument value="8"/>
35   </process>
36 </platform>