Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a few smell in pastry, including a nasty one
[simgrid.git] / examples / msg / network-ns3 / dogbone_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4   <process host="S1" function="master">
5     <argument value="10000"/>
6     <argument value="C1"/>
7     <argument value="0"/>
8   </process>
9   <process host="S2" function="master">
10     <argument value="10000"/>
11     <argument value="C2"/>
12     <argument value="1"/>
13   </process>
14   <process host="C1" function="worker">
15     <argument value="0"/>
16   </process>
17   <process host="C2" function="worker">
18     <argument value="1"/>
19   </process>
20 </platform>