Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix dependency issue to prevent problems with make -jx
[simgrid.git] / teshsuite / msg / process-lifetime / baseline_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4.1">
4   <!-- Just sleeps for 10 seconds and quits -->
5   <actor host="node-0.acme.org" function="sleeper">  
6     <argument value="10"/>
7   </actor>
8 </platform>