Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Xml platform cleaning examples/msg/ns3
[simgrid.git] / examples / msg / ns3 / dogbone-p.xml
diff --git a/examples/msg/ns3/dogbone-p.xml b/examples/msg/ns3/dogbone-p.xml
deleted file mode 100644 (file)
index bfef6ad..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
- <platform version="3"> 
- <AS  id="AS0"  routing="Full">
- <!---  dogbone
- -->
-   <host id="S1" power="1Gf"/>
-   <host id="C1" power="1Gf"/>
-   <host id="S2" power="1Gf"/>
-   <host id="C2" power="1Gf"/>
-   <router id="R1"/>
-   <router id="R2"/>
-   <link id="1" bandwidth="100MBps" latency="10us"/>
-   <link id="2" bandwidth="10MBps"  latency="10us"/>
-   <link id="3" bandwidth="100MBps" latency="10us"/>
-   <link id="4" bandwidth="100MBps" latency="10us"/>
-   <link id="5" bandwidth="100MBps" latency="10us"/>
-   <route src="S1" dst="C1">
-      <link_ctn id="1"/>
-      <link_ctn id="2"/>
-      <link_ctn id="3"/>
-   </route>
-   <route src="S2" dst="C2">
-      <link_ctn id="4"/>
-      <link_ctn id="2"/>
-      <link_ctn id="5"/>
-   </route>
-   <route src="S1" dst="C2">
-      <link_ctn id="1"/>
-      <link_ctn id="2"/>
-      <link_ctn id="5"/>
-   </route>
-   <route src="S2" dst="C1">
-      <link_ctn id="4"/>
-      <link_ctn id="2"/>
-      <link_ctn id="3"/>
-   </route>
-   <route src="S1" dst="R1">
-      <link_ctn id="1"/>
-   </route>
-   <route src="R1" dst="R2">
-      <link_ctn id="2"/>
-   </route>
-   <route src="R2" dst="C1">
-      <link_ctn id="3"/>
-   </route>
-   <route src="S2" dst="R1">
-      <link_ctn id="4"/>
-   </route>
-   <route src="R2" dst="C2">
-      <link_ctn id="5"/>
-   </route>
- </AS>
- </platform>