Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove cvs files.
[simgrid.git] / examples / msg / priority / deployment_priority.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <!-- For using with ping_pong, platform_sendrecv.xml -->
4 <platform_description version="1">
5   <process host="Fafard" function="test">
6         <argument value="76296000"/>
7         <argument value="1.0"/>
8   </process>
9   <process host="Fafard" function="test">
10         <argument value="76296000"/>
11         <argument value="2.0"/>
12   </process>
13 </platform_description>