Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the platforms file with the new s/:/_/ in DTD
[simgrid.git] / examples / msg / gtnets / onelink-d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4
5   <process host="S1" function="master">
6       <argument value="1000000"/>
7       <argument value="C1"/>
8       <argument value="1"/>
9   </process>
10
11   <process host="C1" function="slave">
12     <argument value="1"/>
13   </process>
14   
15 </platform>