Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a new stressing test to GRAS. Yeah, it actually breaks things quite often...
[simgrid.git] / teshsuite / gras / numerous_rpc / numerous_rpc.xml
diff --git a/teshsuite/gras/numerous_rpc/numerous_rpc.xml b/teshsuite/gras/numerous_rpc/numerous_rpc.xml
new file mode 100644 (file)
index 0000000..5308234
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
+
+<!-- this file is not really intended to start the code in simulation
+     mode, but mainly to allow the use of the gras_stub_generator.
+     In particular, don't trust the argument passed here -->
+
+<process host='suno-9.sophia.grid5000.fr'  function='server'>
+  <argument value="Ressource_A:2222:1"/>
+  <argument value="owner"/>
+</process>
+
+<process        host='suno-9.sophia.grid5000.fr'  function='client'/>
+
+</platform>