Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start testing remote I/Os
[simgrid.git] / examples / platforms / deployment_remote_io.xml
diff --git a/examples/platforms/deployment_remote_io.xml b/examples/platforms/deployment_remote_io.xml
new file mode 100644 (file)
index 0000000..d957aee
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
+  <process host="alice" function="host">
+    <argument value = "c:\Windows\setupact.log"/>
+  </process>
+  <process host="bob" function="host">
+    <argument value = "/scratch/lib/libsimgrid.so.3.6.2"/>
+  </process>
+  <process host="carl" function="host">
+    <argument value = "/scratch/lib/libsimgrid.so.3.6.2"/>
+  </process>
+  <process host="dave" function="host">
+    <argument value = "c:\Windows\bootstat.dat"/>
+  </process>
+</platform>