Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move platforms and flatifier to teshsuite/platforms
[simgrid.git] / teshsuite / simdag / platforms / two_hosts_one_link.xml
diff --git a/teshsuite/simdag/platforms/two_hosts_one_link.xml b/teshsuite/simdag/platforms/two_hosts_one_link.xml
deleted file mode 100644 (file)
index 306d168..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "simgrid.dtd">
-<platform version="2">
-  <host id="bob" power="1000000000"/>
-  <host id="alice" power="500000000"/>
-
-  <link id="link1" bandwidth="125000000" latency="5E-5"/>
-
-  <route src="bob" dst="alice">
-    <link:ctn id="link1"/>
-  </route>
-
-  <route src="alice" dst="bob">
-    <link:ctn id="link1"/>
-  </route>
-</platform>