Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another example to teshsuite move
[simgrid.git] / examples / msg / io-remote / io-remote_d.xml
diff --git a/examples/msg/io-remote/io-remote_d.xml b/examples/msg/io-remote/io-remote_d.xml
deleted file mode 100644 (file)
index 0bda8f8..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <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"/>
-    <argument value = "/scratch/doc/simgrid/examples/platforms/g5k.xml"/>
-    <argument value = "alice"/>
-    <argument value = "c:\Windows\Platforms\g5k.xml"/>
-    <argument value = "0"/>
-  </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"/>
-    <argument value = "c:\Windows\Professional.xml"/>
-    <argument value = "carl"/>
-    <argument value = "/scratch/mailbox/Professional.xml"/>
-    <argument value = "1"/>
-  </process>
-</platform>