Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Generate a deployment where each host is used at most once.
[simgrid.git] / examples / msg / gtnets / medium_tiers-d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4
5   <process host="Boucherville" function="master">
6       <argument value="100"/>
7       <argument value="Boyer"/>
8   </process>
9
10   <process host="Forget" function="master">
11       <argument value="100"/>
12       <argument value="Yolande"/>
13   </process>
14
15   <process host="Boyer" function="slave"/>
16   <process host="Yolande" function="slave"/>
17
18 </platform>