Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get_sender update platform
[simgrid.git] / examples / msg / trace / test10.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="420"/>
7         <argument value="2.0"/>
8   </process>
9   <process host="CPU1" function="test_trace">
10         <argument value="310"/>
11         <argument value="1.0"/>
12   </process>
13   <process host="CPU1" function="test_trace" start_time="50">
14         <argument value="990"/>
15         <argument value="9.0"/>
16   </process>
17 </platform>