Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : abort if popen failed
[simgrid.git] / teshsuite / gras / numerous_rpc / numerous_rpc.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4
5 <!-- this file is not really intended to start the code in simulation
6      mode, but mainly to allow the use of the gras_stub_generator.
7      In particular, don't trust the argument passed here -->
8
9 <process host='suno-9.sophia.grid5000.fr'  function='server'>
10   <argument value="Ressource_A:2222:1"/>
11   <argument value="owner"/>
12 </process>
13
14 <process        host='suno-9.sophia.grid5000.fr'  function='client'/>
15
16 </platform>