Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
NS3 tests: reduce the amount of exchanged data to speed things up
[simgrid.git] / examples / msg / network-ns3 / crosstraffic_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="1"/>
8   </process>
9   <process host="C1" function="worker">
10     <argument value="1"/>
11   </process>
12   <process host="S1" function="master">
13       <argument value="10000"/>
14       <argument value="C1"/>
15       <argument value="2"/>
16   </process>
17   <process host="C1" function="worker">
18     <argument value="2"/>
19   </process>
20   <process host="S1" function="master">
21       <argument value="10000"/>
22       <argument value="C1"/>
23       <argument value="3"/>
24   </process>
25   <process host="C1" function="worker">
26     <argument value="3"/>
27   </process>
28   <process host="C1" function="master">
29       <argument value="10000"/>
30       <argument value="S1"/>
31       <argument value="4"/>
32   </process>
33   <process host="S1" function="worker">
34     <argument value="4"/>
35   </process>
36 </platform>