Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more cleanups in XML files
[simgrid.git] / examples / msg / mc / deploy_mutex.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   <process host="Boivin" function="client" />
8   <process host="TeX" function="client" />
9   <process host="Geoff" function="client" />
10
11   <!-- <process host="Disney" function="client" />
12   <process host="iRMX" function="client" />
13   <process host="McGee" function="client" />
14   <process host="Gatien" function="client" />
15   <process host="Laroche" function="client" />
16   <process host="Tanguay" function="client" />
17   <process host="Morin" function="client" />
18   <process host="Ethernet" function="client" />
19   <process host="Bellemarre" function="client" />
20   <process host="Kuenning" function="client" />
21   <process host="Gaston" function="client" /> -->
22 </platform>