Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix dist #2
[simgrid.git] / examples / msg / app-chainsend / app-chainsend_d.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   <!-- 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">     <argument value="1"/>  </process>
13   <process host="Jean_Yves" function="peer">  <argument value="2"/>  </process>
14   <process host="TeX" function="peer">        <argument value="3"/>  </process>
15   <process host="Geoff" function="peer">      <argument value="4"/>  </process>
16   <process host="Disney" function="peer">     <argument value="5"/>  </process>
17   <process host="iRMX" function="peer">       <argument value="6"/>  </process>
18   <process host="McGee" function="peer">      <argument value="7"/>  </process>
19   <process host="Gatien" function="peer">     <argument value="8"/>  </process>
20 </platform>