Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add print out for simulated time.
[simgrid.git] / examples / msg / parallel_contexts / deployment_pcontexts2_4.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4   <process host="Tremblay" function="master">
5     <argument value="1" />
6   </process>
7   <process host="Jupiter" function="slave">
8     <argument value="1" />
9   </process>
10   <process host="Fafard" function="master">
11     <argument value="2" />
12   </process>
13   <process host="Ginette" function="slave">
14     <argument value="2" />
15   </process>
16 </platform>