Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cople with new gtnets.c and deployment files.
[simgrid.git] / examples / msg / gtnets / waxman5-d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4
5   <process host="Marc" function="master">
6       <argument value="100"/>
7       <argument value="Boivin"/>
8       <argument value="1"/>
9   </process>
10
11   <process host="Emacs" function="master">
12       <argument value="100"/>
13       <argument value="Jackson"/>
14       <argument value="2"/>
15   </process>
16
17   <process host="Boivin" function="slave">
18     <argument value="1"/>
19   </process>
20  
21   <process host="Jackson" function="slave">
22     <argument value="2"/>
23   </process>
24
25 </platform>