Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill gtnets examples
[simgrid.git] / examples / msg / gtnets / dogbone-d.xml
diff --git a/examples/msg/gtnets/dogbone-d.xml b/examples/msg/gtnets/dogbone-d.xml
deleted file mode 100644 (file)
index 2c7e893..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="1">
-
-  <process host="S1" function="master">
-      <argument value="10000000"/>
-      <argument value="C1"/>
-  </process>
-
-  <process host="S2" function="master">
-      <argument value="10000000"/>
-      <argument value="C2"/>
-  </process>
-
-  <process host="C1" function="slave"/>
-  <process host="C2" function="slave"/>
-
-</platform_description>