Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
1cbc7ab83a9cfcf80413610356914d1ad0073d80
[simgrid.git] / examples / msg / mc / deploy_bugged1.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   <actor host="HostD" function="client">
14     <argument value="3"/>
15   </actor>
16 </platform>