Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] temporary commit to see what's going on on the robot
[simgrid.git] / examples / java / surfCpuModel / surfCpuModelDeployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4   <process host="Tremblay" function="surfCpuModel.Sender">
5       <argument value="Jupiter"/>
6   </process>
7 <process host="Jupiter" function="surfCpuModel.Receiver"/>
8 </platform>