Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
39113f5d9051d27daf22d53f5389570aeed5c013
[simgrid.git] / examples / msg / ns3 / 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="worker">
10     <argument value="1"/>
11   </process>
12 </platform>