]> 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 1081100..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "simgrid.dtd">
- <platform version="2">
- <AS  id="AS0"  routing="Full">
-   <host id="bob" power="1000000000"/>
-   <host id="alice" power="500000000"/>
-   <host id="trudy" power="250000000"/>
-   <link id="link1" bandwidth="125000000" latency="5E-5"/>
-   <link id="link2" bandwidth="125000000" latency="5E-5"/>
-   <link id="link3" bandwidth="125000000" latency="5E-5"/>
-   <route src="bob" dst="alice" symetrical="NO">
-     <link_ctn id="link1"/>
-   </route>
-   <route src="alice" dst="bob" symetrical="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>