Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
revamp the start_kill test to greatly improve the coverage
[simgrid.git] / examples / msg / start_kill_time / deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4     <!-- Just sleeps for 10 seconds and quits -->
5     <process host="node-0.acme.org" function="sleeper">  
6        <argument value="10"/>
7     </process>
8 </platform>