Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
guess what? more refactoring!
[simgrid.git] / examples / msg / gtnets / onelink-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="1000000"/>
6       <argument value="C1"/>
7       <argument value="1"/>
8   </process>
9   <process host="C1" function="slave">
10     <argument value="1"/>
11   </process>
12 </platform>