Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unify the host names in cluster description files
[simgrid.git] / teshsuite / msg / process-lifetime / start_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   <actor host="node-0.simgrid.org" function="sleeper" start_time="0">
5     <argument value="10"/>
6   </actor>
7   <actor host="node-1.simgrid.org" function="sleeper" start_time="1">
8     <argument value="10"/>
9   </actor>
10   <actor host="node-2.simgrid.org" function="sleeper" start_time="2">
11     <argument value="10"/>
12   </actor>
13   <actor host="node-3.simgrid.org" function="sleeper" start_time="3">
14     <argument value="10"/>
15   </actor>
16   <actor host="node-4.simgrid.org" function="sleeper" start_time="4">
17     <argument value="10"/>
18   </actor>
19   <actor host="node-5.simgrid.org" function="sleeper" start_time="5">
20     <argument value="10"/>
21   </actor>
22 </platform>