Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move MSG and SimDag examples out of the sight of users
[simgrid.git] / examples / deprecated / msg / mc / deploy_bugged3.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>