Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'oldstyle_element_set'
[simgrid.git] / examples / msg / mc / deploy_bugged2_liveness.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="Tremblay" function="coordinator" />
5
6   <process host="Fafard" function="client" >
7     <argument value="1"/>
8   </process>
9
10   <process host="Boivin" function="client" >
11     <argument value="2"/>
12   </process>
13 </platform>