Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://github.com/mpoquet/simgrid
[simgrid.git] / examples / msg / process-startkilltime / start_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4   <process host="node-0.acme.org" function="sleeper" start_time="0">
5     <argument value="10"/>
6   </process>
7   <process host="node-1.acme.org" function="sleeper" start_time="1">
8     <argument value="10"/>
9   </process>
10   <process host="node-2.acme.org" function="sleeper" start_time="2">
11     <argument value="10"/>
12   </process>
13   <process host="node-3.acme.org" function="sleeper" start_time="3">
14     <argument value="10"/>
15   </process>
16   <process host="node-4.acme.org" function="sleeper" start_time="4">
17     <argument value="10"/>
18   </process>
19   <process host="node-5.acme.org" function="sleeper" start_time="5">
20     <argument value="10"/>
21   </process>
22 </platform>