Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the DTD file from gforge to our own homepage
[simgrid.git] / teshsuite / msg / process-lifetime / kill_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <actor host="node-1.simgrid.org" function="sleeper" kill_time="6">
5     <argument value="10"/>
6   </actor>
7   <actor host="node-2.simgrid.org" function="sleeper" kill_time="6">
8     <argument value="6"/>
9   </actor>
10   <actor host="node-3.simgrid.org" function="sleeper" kill_time="10"> 
11     <argument value="6"/>
12   </actor>
13 </platform>