Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let simgrid.dtd to be accessible from the web in order to enable automatic validation...
[simgrid.git] / examples / msg / priority / deployment_priority.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3"><!-- For using with ping_pong, platform_sendrecv.xml -->
4
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>