Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid into...
[simgrid.git] / examples / msg / mc / deploy_random_test.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4   <process host="HostA" function="server">
5     <argument value="0"/>
6   </process>
7   <process host="HostB" function="server">
8     <argument value="0"/>
9   </process>
10
11 <!--  <process host="HostB" function="client">
12     <argument value="1"/>
13   </process>  
14   <process host="HostC" function="client">
15     <argument value="2"/>
16   </process> -->
17 </platform>