Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move platforms and flatifier to teshsuite/platforms
[simgrid.git] / teshsuite / simdag / platforms / four_hosts_floyd.xml
diff --git a/teshsuite/simdag/platforms/four_hosts_floyd.xml b/teshsuite/simdag/platforms/four_hosts_floyd.xml
deleted file mode 100644 (file)
index e92b087..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
- <platform version="3">
- <AS  id="AS0"  routing="Floyd">
-       <host id="host1" power="1Gf"/>
-       <host id="host2" power="1Gf"/>
-       <host id="host3" power="1Gf"/>
-       <host id="host4" power="1Gf"/>
-       <link id="link1" bandwidth="125MBps" latency="50us"/>
-       <link id="link2" bandwidth="125MBps" latency="50us"/>
-       <link id="link3" bandwidth="125MBps" latency="50us"/>
-       <link id="link4" bandwidth="125MBps" latency="50us"/>  
-        
-   <route src="host1" dst="host2">
-     <link_ctn id="link1"/>
-   </route>
-      
-   <route src="host1" dst="host3">
-     <link_ctn id="link2"/>
-   </route>
-   
-   <route src="host2" dst="host3">
-     <link_ctn id="link3"/>
-   </route>
-      
-   <route src="host3" dst="host4">
-     <link_ctn id="link4"/>
-   </route>
-
- </AS>
- </platform>