Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv examples/s4u examples/cpp
[simgrid.git] / examples / s4u / io-file-remote / s4u-io-file-remote_d.xml
diff --git a/examples/s4u/io-file-remote/s4u-io-file-remote_d.xml b/examples/s4u/io-file-remote/s4u-io-file-remote_d.xml
deleted file mode 100644 (file)
index 956f940..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
-<platform version="4.1">
-  <actor host="alice" function="host">
-    <argument value = "/lib/libsimgrid.so.3.6.2"/>
-    <argument value = "bob"/>
-    <argument value = "/scratch/lib/libsimgrid.so.3.6.2"/>
-    <argument value = "1"/>
-  </actor>
-  <actor host="bob" function="host">
-    <argument value = "/scratch/doc/simgrid/examples/platforms/g5k.xml"/>
-    <argument value = "alice"/>
-    <argument value = "/tmp/platforms/g5k.xml"/>
-    <argument value = "0"/>
-  </actor>
-  <actor host="carl" function="host">
-    <argument value = "/scratch/lib/libsimgrid.so.3.6.2"/>
-  </actor>
-</platform>