Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more pythonic example
[simgrid.git] / examples / msg / mc / deploy_centralized_mutex.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <actor host="Tremblay" function="coordinator" />
5
6   <actor host="Fafard" function="client" />
7   <actor host="Boivin" function="client" />
8   <actor host="Jacquelin" function="client" />
9   <actor host="Ginette" function="client" />
10 </platform>