Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oops, forgot to actually add the new tesh
[simgrid.git] / examples / msg / chainsend / deployment_chainsend.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, platform_chainsend.xml -->
4
5   <!-- Broadcaster -->
6   <process host="host0" function="broadcaster">
7         <argument value="8"/> <!-- number of peers -->
8   </process>
9
10   <!-- Peers -->
11   <process host="host1" function="peer">
12         <argument value="1"/>
13   </process>
14   <process host="host2" function="peer">
15         <argument value="2"/>
16   </process>
17   <process host="host3" function="peer">
18         <argument value="3"/>
19   </process>
20   <process host="host4" function="peer">
21         <argument value="4"/>
22   </process>
23   <process host="host5" function="peer">
24         <argument value="5"/>
25   </process>
26   <process host="host6" function="peer">
27         <argument value="6"/>
28   </process>
29   <process host="host7" function="peer">
30         <argument value="7"/>
31   </process>
32   <process host="host8" function="peer">
33         <argument value="8"/>
34   </process>
35   <!--<process host="host9" function="peer">
36         <argument value="9"/>
37   </process>-->
38 </platform>