Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
75f63963038744a12cb3108d87567038d41a6b44
[simgrid.git] / examples / deprecated / msg / mc / deploy_electric_fence.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <actor host="HostA" function="server">
5     <argument value="0"/>
6   </actor>
7   <actor host="HostB" function="client">
8     <argument value="1"/>
9     </actor>
10   <actor host="HostC" function="client">
11     <argument value="2"/>
12   </actor>
13 </platform>