Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the name field of a msg_file_t is actually a full name (including path),
[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="host0" function="broadcaster">
7         <argument value="8"/> <!-- number of peers -->
8         <argument value="256"/> <!-- number of pieces -->
9   </process>
10
11   <!-- Peers -->
12   <process host="host1" function="peer">
13         <argument value="1"/>
14   </process>
15   <process host="host2" function="peer">
16         <argument value="2"/>
17   </process>
18   <process host="host3" function="peer">
19         <argument value="3"/>
20   </process>
21   <process host="host4" function="peer">
22         <argument value="4"/>
23   </process>
24   <process host="host5" function="peer">
25         <argument value="5"/>
26   </process>
27   <process host="host6" function="peer">
28         <argument value="6"/>
29   </process>
30   <process host="host7" function="peer">
31         <argument value="7"/>
32   </process>
33   <process host="host8" function="peer">
34         <argument value="8"/>
35   </process>
36 </platform>