]> 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 a1aa7e7..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
- <platform version="3">
- <AS  id="AS0"  routing="Full">
-   <host id="bob" power="1Gf"/>
-   <host id="alice" power="500Mf"/>
-   <host id="trudy" power="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>