Logo AND Algorithmique Numérique Distribuée

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