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 92b381c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <AS id="AS0"  routing="Full">
-
-    <cluster id="bob_cluster" prefix="bob" suffix=".hamburger.edu"
-             radical="0-1" speed="1Gf" bw="125MBps" lat="50us"
-             bb_bw="2.25GBps" bb_lat="500us"/>
-   
-    <cluster id="bob_cluster_1" prefix="bob" suffix=".hamburger.edu"
-             radical="2-3" speed="1Gf" bw="125MBps" lat="50us"
-             bb_bw="2.25GBps" bb_lat="500us"/>
-           
-    <link id="backbone" bandwidth="1.25GBps" latency="500us"/>  
-   
-    <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>  
-    
-  </AS>
-</platform>