]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/simdag/platforms/three_hosts_non_symmetric_route.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move platforms and flatifier to teshsuite/platforms
[simgrid.git] / teshsuite / simdag / platforms / three_hosts_non_symmetric_route.xml
diff --git a/teshsuite/simdag/platforms/three_hosts_non_symmetric_route.xml b/teshsuite/simdag/platforms/three_hosts_non_symmetric_route.xml
deleted file mode 100644 (file)
index e4e0706..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <AS  id="AS0"  routing="Full">
-    <host id="bob" speed="1Gf"/>
-    <host id="alice" speed="500Mf"/>
-    <host id="trudy" speed="250Mf"/>
-
-    <link id="link1" bandwidth="125MBps" latency="50us"/>
-    <link id="link2" bandwidth="125MBps" latency="50us"/>
-    <link id="link3" bandwidth="125MBps" latency="50us"/>
-
-   <route src="bob" dst="alice" symmetrical="NO"><link_ctn id="link1"/></route>
-   <route src="alice" dst="bob" symmetrical="NO"><link_ctn id="link2"/><link_ctn id="link3"/></route>
-   <route src="bob" dst="trudy"><link_ctn id="link2"/></route>
-   <route src="trudy" dst="alice"><link_ctn id="link3"/></route>
-  </AS>
-</platform>