Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
3ab11bf489598c73b8b268bdb7d130dd43fa8ba7
[simgrid.git] / examples / msg / gtnets / dogbone-d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description version="2">
4
5   <process host="S1" function="master">
6       <argument value="10000000"/>
7       <argument value="C1"/>
8   </process>
9
10   <process host="S2" function="master">
11       <argument value="10000000"/>
12       <argument value="C2"/>
13   </process>
14
15   <process host="C1" function="slave"/>
16   <process host="C2" function="slave"/>
17
18 </platform_description>