Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cope with model best gtnets fit, that is latency_factor = 10.4, bandwidth_factor...
[simgrid.git] / examples / msg / gtnets / waxman50-d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4
5   <process host="Denise" function="master">
6       <argument value="100"/>
7       <argument value="Internet"/>
8       <argument value="1"/>
9   </process>
10
11   <process host="Boyer" function="master">
12       <argument value="100"/>
13       <argument value="Gratton"/>
14       <argument value="2"/>
15   </process>
16
17   <process host="Internet" function="slave">
18     <argument value="1"/>
19   </process>
20
21   <process host="Gratton" function="slave">
22     <argument value="2"/>
23   </process>
24
25 </platform>