Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update platfrom version to 3.
[simgrid.git] / examples / msg / actions / deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="3">
4   <process host="host0" function="p0"/>
5   <process host="host1" function="p1"/>
6   <process host="host2" function="p2"/>
7 </platform>