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 / baseline_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <!-- Just sleeps for 10 seconds and quits -->
5   <actor host="node-0.simgrid.org" function="sleeper">  
6     <argument value="10"/>
7   </actor>
8 </platform>