Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed bogus +1 while printing flow id coping with all experiments done before,...
[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   </process>
9
10   <process host="Boyer" function="master">
11       <argument value="100"/>
12       <argument value="Gratton"/>
13   </process>
14
15   <process host="Internet" function="slave"/>
16   <process host="Gratton" function="slave"/>
17
18 </platform>