Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move platforms and flatifier to teshsuite/platforms
[simgrid.git] / teshsuite / simdag / platforms / two_clusters_one_name.xml
diff --git a/teshsuite/simdag/platforms/two_clusters_one_name.xml b/teshsuite/simdag/platforms/two_clusters_one_name.xml
deleted file mode 100644 (file)
index 4a65b1e..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "simgrid.dtd">
- <platform version="3">
- <AS  id="AS0"  routing="Full">
-       
-     <cluster id="bob_cluster" prefix="bob" suffix=".hamburger.edu"
-           radical="0-1" power="1000000000" bw="125000000" lat="5E-5"
-           bb_bw="2250000000" bb_lat="5E-4"/>
-   
-     <cluster id="bob_cluster_1" prefix="bob" suffix=".hamburger.edu"
-           radical="2-3" power="1000000000" bw="125000000" lat="5E-5"
-           bb_bw="2250000000" bb_lat="5E-4"/>
-       
-     <link id="backbone" bandwidth="1250000000" latency="5E-4"/>  
-        
-        <ASroute 
-        src="bob_cluster" 
-        dst="bob_cluster_1" 
-        gw_src="bobbob_cluster_router.hamburger.edu" 
-        gw_dst="bobbob_cluster_1_router.hamburger.edu">
-               <link_ctn id="backbone"/>
-     </ASroute>  
-         
-        <ASroute 
-        src="bob_cluster_1" 
-        dst="bob_cluster" 
-        gw_src="bobbob_cluster_1_router.hamburger.edu" 
-        gw_dst="bobbob_cluster_router.hamburger.edu">
-               <link_ctn id="backbone"/>
-     </ASroute>   
-        
- </AS>
- </platform>
\ No newline at end of file