Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a3aba24dab9b111783fd4bc914c36346a4f3ae8d
[simgrid.git] / examples / msg / trace / test9.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4   <host id="CPU1" power="20" availability_file="trace/file.trace"/>
5   <process host="CPU1" function="test_trace">
6         <argument value="400"/>
7         <argument value="1.0"/>
8   </process>
9   <process host="CPU1" function="test_trace">
10         <argument value="400"/>
11         <argument value="1.0"/>
12   </process>
13   <process host="CPU1" function="test_trace" start_time="30">
14         <argument value="2000"/>
15         <argument value="1.0"/>
16   </process>
17 </platform>