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_kill.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4     <process host="node-1.acme.org" function="sleeper" kill_time="6">  <argument value="10"/></process>
5     <process host="node-2.acme.org" function="sleeper" kill_time="6">  <argument value="6"/></process>
6     <process host="node-3.acme.org" function="sleeper" kill_time="10"> <argument value="6"/></process>
7 </platform>