Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some MC tests still believe that platform.xml exist
[simgrid.git] / examples / msg / process-startkilltime / start_kill_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" kill_time="5">
5     <argument value="10"/>
6   </process>
7   <process host="node-1.acme.org" function="sleeper" start_time="1" kill_time="6">
8     <argument value="10"/>
9   </process>
10   <process host="node-2.acme.org" function="sleeper" start_time="2" kill_time="7">
11     <argument value="4" />
12   </process>
13   <process host="node-3.acme.org" function="sleeper" start_time="3" kill_time="8">
14     <argument value="4" />
15   </process>
16   <process host="node-4.acme.org" function="sleeper" start_time="4" kill_time="9">
17     <argument value="5" />
18   </process>
19   <process host="node-5.acme.org" function="sleeper" start_time="5" kill_time="10">
20     <argument value="5"/>
21   </process>
22 </platform>