Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
track down remaining XML glitches
[simgrid.git] / examples / msg / process-startkilltime / baseline_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
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>