Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Accept the fact that NS3 timings may vary with the version
[simgrid.git] / examples / msg / ns3 / Two_clusters-d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4
5   <process host="c-3.me" function="master">
6       <argument value="100"/>
7       <argument value="c-16.me"/>
8       <argument value="1"/>
9   </process>
10
11   <process host="c-16.me" function="slave">
12     <argument value="1"/>
13   </process>
14      
15 </platform>