Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bd46ad782e310ddd149d16617ce6ed85509fcd1e
[simgrid.git] / examples / msg / mc / deploy_centralized_liveness.xml
1 <?xml version='1.0'?>
2
3 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
4
5 <platform version="3">
6
7   <process host="Tremblay" function="coordinator" />
8
9   <process host="Fafard" function="client" >
10     <argument value="1"/>
11   </process>
12
13   <process host="Boivin" function="client" >
14     <argument value="2"/>
15   </process>
16
17   <!-- <process host="TeX" function="client" >
18     <argument value="3"/>
19   </process>
20
21   <process host="Geoff" function="client" >
22     <argument value="4"/>
23   </process>
24   
25   <process host="Disney" function="client" />
26     
27   <process host="iRMX" function="client" />
28       
29   <process host="McGee" function="client" />
30
31   <process host="Gatien" function="client" />
32     
33   <process host="Laroche" function="client" />
34       
35   <process host="Tanguay" function="client" />
36
37   <process host="Morin" function="client" />
38
39   <process host="Ethernet" function="client" />
40
41   <process host="Bellemarre" function="client" />
42
43   <process host="Kuenning" function="client" />
44   
45   <process host="Gaston" function="client" /> -->
46
47 </platform>