Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
"Refresh" example platforms.
authorNavarrop <Pierre.Navarro@imag.fr>
Thu, 7 Jul 2011 15:07:21 +0000 (17:07 +0200)
committerNavarrop <Pierre.Navarro@imag.fr>
Thu, 7 Jul 2011 15:07:21 +0000 (17:07 +0200)
Delete unused platforms.
Add gdx and griffon clusters.

buildtools/Cmake/generate_g5k_platform.pl
examples/platforms/One_cluster.xml [moved from examples/platforms/cluster_with_100_hosts.xml with 100% similarity]
examples/platforms/Two_clusters.xml [moved from examples/platforms/2_clusters_with_30000_hosts.xml with 84% similarity]
examples/platforms/cluster_with_100000_hosts.xml [deleted file]
examples/platforms/cluster_with_10000_hosts.xml [deleted file]
examples/platforms/cluster_with_1000_hosts.xml [deleted file]
examples/platforms/cluster_with_300000_hosts.xml [deleted file]
examples/platforms/cluster_with_30000_hosts.xml [deleted file]
examples/platforms/g5k.xml
examples/platforms/gdx.xml [new file with mode: 0644]
examples/platforms/griffon.xml [moved from examples/platforms/griffon-cluster.xml with 94% similarity]

index a2e29ca..b8ba575 100755 (executable)
@@ -99,15 +99,15 @@ while(defined($line=<SITES_LIGNE>))
                print "\n";
                
                print "\t\t\t<ASroute src=\"^AS_(.*)\$\" dst=\"^AS_(.*)\$\"\n";
-               print "\t\t\t\tgw_src=\"\$1src-AS_\$1src_router.\$1src.grid5000.fr\"\n";
-               print "\t\t\t\tgw_dst=\"\$1dst-AS_\$1dst_router.\$1dst.grid5000.fr\"\n";
+               print "\t\t\t\tgw_src=\"\$1src-AS_\$1src_router.$site.grid5000.fr\"\n";
+               print "\t\t\t\tgw_dst=\"\$1dst-AS_\$1dst_router.$site.grid5000.fr\"\n";
                print "\t\t\t\tsymmetrical=\"YES\">\n";
                print "\t\t\t\t\t<link_ctn id=\"link_\$1src\"/>\n";
                print "\t\t\t\t\t<link_ctn id=\"link_\$1dst\"/>\n";
                print "\t\t\t</ASroute>\n\n"; 
 
                print "\t\t\t<ASroute src=\"^AS_(.*)\$\" dst=\"^gw_AS_(.*)\$\"\n";
-               print "\t\t\t\tgw_src=\"\$1src-AS_\$1src_router.\$1src.grid5000.fr\"\n";
+               print "\t\t\t\tgw_src=\"\$1src-AS_\$1src_router.$site.grid5000.fr\"\n";
                print "\t\t\t\tgw_dst=\"gw_\$1dst\"\n";
                print "\t\t\t\tsymmetrical=\"NO\">\n";
                print "\t\t\t\t\t<link_ctn id=\"link_\$1src\"/>\n";
@@ -115,7 +115,7 @@ while(defined($line=<SITES_LIGNE>))
                
                print "\t\t\t<ASroute src=\"^gw_AS_(.*)\$\" dst=\"^AS_(.*)\$\"\n";
                print "\t\t\t\tgw_src=\"gw_\$1src\"\n";
-               print "\t\t\t\tgw_dst=\"\$1dst-AS_\$1dst_router.\$1dst.grid5000.fr\"\n";
+               print "\t\t\t\tgw_dst=\"\$1dst-AS_\$1dst_router.$site.grid5000.fr\"\n";
                print "\t\t\t\tsymmetrical=\"NO\">\n";
                print "\t\t\t\t\t<link_ctn id=\"link_\$1dst\"/>\n";
                print "\t\t\t</ASroute>\n\n"; 
similarity index 84%
rename from examples/platforms/2_clusters_with_30000_hosts.xml
rename to examples/platforms/Two_clusters.xml
index 551dcba..fc63a07 100644 (file)
@@ -3,11 +3,11 @@
 <platform version="3">
 <AS  id="AS0"  routing="Full">
   <cluster id="my_cluster_1" prefix="c-" suffix=".me"
-               radical="0-14999"       power="1000000000"    bw="125000000"     lat="5E-5"
+               radical="0-149" power="1000000000"    bw="125000000"     lat="5E-5"
         bb_bw="2250000000" bb_lat="5E-4"/>
                
   <cluster id="my_cluster_2" prefix="c-" suffix=".me"
-           radical="15000-29999" power="1000000000"    bw="125000000"  lat="5E-5"
+           radical="150-299" power="1000000000"        bw="125000000"  lat="5E-5"
            bb_bw="2250000000" bb_lat="5E-4"/>  
        
      <link id="backbone" bandwidth="1250000000" latency="5E-4"/>  
diff --git a/examples/platforms/cluster_with_100000_hosts.xml b/examples/platforms/cluster_with_100000_hosts.xml
deleted file mode 100644 (file)
index 83e9d27..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
-<AS  id="AS0"  routing="Full">
-  <cluster id="my_cluster_1" prefix="c-" suffix=".me"
-               radical="0-99999"       power="1000000000"    bw="125000000"     lat="5E-5"
-        bb_bw="2250000000" bb_lat="5E-4"/>
-</AS>
-</platform>
diff --git a/examples/platforms/cluster_with_10000_hosts.xml b/examples/platforms/cluster_with_10000_hosts.xml
deleted file mode 100644 (file)
index d958dfa..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
-<AS  id="AS0"  routing="Full">
-  <cluster id="my_cluster_1" prefix="c-" suffix=".me"
-               radical="0-9999"        power="1000000000"    bw="125000000"     lat="5E-5"
-        bb_bw="2250000000" bb_lat="5E-4"/>
-</AS>
-</platform>
diff --git a/examples/platforms/cluster_with_1000_hosts.xml b/examples/platforms/cluster_with_1000_hosts.xml
deleted file mode 100644 (file)
index b4a0eb1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
-<AS  id="AS0"  routing="Full">
-  <cluster id="my_cluster_1" prefix="c-" suffix=".me"
-               radical="0-999" power="1000000000"    bw="125000000"     lat="5E-5"
-        bb_bw="2250000000" bb_lat="5E-4"/>
-</AS>
-</platform>
diff --git a/examples/platforms/cluster_with_300000_hosts.xml b/examples/platforms/cluster_with_300000_hosts.xml
deleted file mode 100644 (file)
index efed72f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
-<AS  id="AS0"  routing="Full">
-  <cluster id="my_cluster_1" prefix="c-" suffix=".me"
-               radical="0-299999"      power="1000000000"    bw="125000000"     lat="5E-5"
-        bb_bw="2250000000" bb_lat="5E-4"/>
-</AS>
-</platform>
diff --git a/examples/platforms/cluster_with_30000_hosts.xml b/examples/platforms/cluster_with_30000_hosts.xml
deleted file mode 100644 (file)
index ac0f24e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
-<AS  id="AS0"  routing="Full">
-  <cluster id="my_cluster_1" prefix="c-" suffix=".me"
-               radical="0-29999"       power="1000000000"    bw="125000000"     lat="5E-5"
-        bb_bw="2250000000" bb_lat="5E-4"/>
-</AS>
-</platform>
index abdc040..664ae30 100644 (file)
                        <link   id="link_gw_bordeaux" bandwidth="1.25E9" latency="1.0E-4"/>
 
                        <ASroute src="^AS_(.*)$" dst="^AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.bordeaux.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.bordeaux.grid5000.fr"
                                symmetrical="YES">
                                        <link_ctn id="link_$1src"/>
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
 
                        <ASroute src="^AS_(.*)$" dst="^gw_AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.bordeaux.grid5000.fr"
                                gw_dst="gw_$1dst"
                                symmetrical="NO">
                                        <link_ctn id="link_$1src"/>
@@ -72,7 +72,7 @@
 
                        <ASroute src="^gw_AS_(.*)$" dst="^AS_(.*)$"
                                gw_src="gw_$1src"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.bordeaux.grid5000.fr"
                                symmetrical="NO">
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
                        <link   id="link_gw_grenoble" bandwidth="1.25E9" latency="1.0E-4"/>
 
                        <ASroute src="^AS_(.*)$" dst="^AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.grenoble.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.grenoble.grid5000.fr"
                                symmetrical="YES">
                                        <link_ctn id="link_$1src"/>
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
 
                        <ASroute src="^AS_(.*)$" dst="^gw_AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.grenoble.grid5000.fr"
                                gw_dst="gw_$1dst"
                                symmetrical="NO">
                                        <link_ctn id="link_$1src"/>
 
                        <ASroute src="^gw_AS_(.*)$" dst="^AS_(.*)$"
                                gw_src="gw_$1src"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.grenoble.grid5000.fr"
                                symmetrical="NO">
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
                        <link   id="link_gw_lille" bandwidth="1.25E9" latency="1.0E-4"/>
 
                        <ASroute src="^AS_(.*)$" dst="^AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.lille.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.lille.grid5000.fr"
                                symmetrical="YES">
                                        <link_ctn id="link_$1src"/>
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
 
                        <ASroute src="^AS_(.*)$" dst="^gw_AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.lille.grid5000.fr"
                                gw_dst="gw_$1dst"
                                symmetrical="NO">
                                        <link_ctn id="link_$1src"/>
 
                        <ASroute src="^gw_AS_(.*)$" dst="^AS_(.*)$"
                                gw_src="gw_$1src"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.lille.grid5000.fr"
                                symmetrical="NO">
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
                        <link   id="link_gw_lyon" bandwidth="1.25E9" latency="1.0E-4"/>
 
                        <ASroute src="^AS_(.*)$" dst="^AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.lyon.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.lyon.grid5000.fr"
                                symmetrical="YES">
                                        <link_ctn id="link_$1src"/>
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
 
                        <ASroute src="^AS_(.*)$" dst="^gw_AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.lyon.grid5000.fr"
                                gw_dst="gw_$1dst"
                                symmetrical="NO">
                                        <link_ctn id="link_$1src"/>
 
                        <ASroute src="^gw_AS_(.*)$" dst="^AS_(.*)$"
                                gw_src="gw_$1src"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.lyon.grid5000.fr"
                                symmetrical="NO">
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
                        <link   id="link_gw_nancy" bandwidth="1.25E9" latency="1.0E-4"/>
 
                        <ASroute src="^AS_(.*)$" dst="^AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.nancy.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.nancy.grid5000.fr"
                                symmetrical="YES">
                                        <link_ctn id="link_$1src"/>
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
 
                        <ASroute src="^AS_(.*)$" dst="^gw_AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.nancy.grid5000.fr"
                                gw_dst="gw_$1dst"
                                symmetrical="NO">
                                        <link_ctn id="link_$1src"/>
 
                        <ASroute src="^gw_AS_(.*)$" dst="^AS_(.*)$"
                                gw_src="gw_$1src"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.nancy.grid5000.fr"
                                symmetrical="NO">
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
                        <link   id="link_gw_orsay" bandwidth="1.25E9" latency="1.0E-4"/>
 
                        <ASroute src="^AS_(.*)$" dst="^AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.orsay.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.orsay.grid5000.fr"
                                symmetrical="YES">
                                        <link_ctn id="link_$1src"/>
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
 
                        <ASroute src="^AS_(.*)$" dst="^gw_AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.orsay.grid5000.fr"
                                gw_dst="gw_$1dst"
                                symmetrical="NO">
                                        <link_ctn id="link_$1src"/>
 
                        <ASroute src="^gw_AS_(.*)$" dst="^AS_(.*)$"
                                gw_src="gw_$1src"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.orsay.grid5000.fr"
                                symmetrical="NO">
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
                        <link   id="link_gw_rennes" bandwidth="1.25E9" latency="1.0E-4"/>
 
                        <ASroute src="^AS_(.*)$" dst="^AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.rennes.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.rennes.grid5000.fr"
                                symmetrical="YES">
                                        <link_ctn id="link_$1src"/>
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
 
                        <ASroute src="^AS_(.*)$" dst="^gw_AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.rennes.grid5000.fr"
                                gw_dst="gw_$1dst"
                                symmetrical="NO">
                                        <link_ctn id="link_$1src"/>
 
                        <ASroute src="^gw_AS_(.*)$" dst="^AS_(.*)$"
                                gw_src="gw_$1src"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.rennes.grid5000.fr"
                                symmetrical="NO">
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
                        <link   id="link_gw_sophia" bandwidth="1.25E9" latency="1.0E-4"/>
 
                        <ASroute src="^AS_(.*)$" dst="^AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.sophia.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.sophia.grid5000.fr"
                                symmetrical="YES">
                                        <link_ctn id="link_$1src"/>
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
 
                        <ASroute src="^AS_(.*)$" dst="^gw_AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.sophia.grid5000.fr"
                                gw_dst="gw_$1dst"
                                symmetrical="NO">
                                        <link_ctn id="link_$1src"/>
 
                        <ASroute src="^gw_AS_(.*)$" dst="^AS_(.*)$"
                                gw_src="gw_$1src"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.sophia.grid5000.fr"
                                symmetrical="NO">
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
                        <link   id="link_gw_toulouse" bandwidth="1.25E9" latency="1.0E-4"/>
 
                        <ASroute src="^AS_(.*)$" dst="^AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.toulouse.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.toulouse.grid5000.fr"
                                symmetrical="YES">
                                        <link_ctn id="link_$1src"/>
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
 
                        <ASroute src="^AS_(.*)$" dst="^gw_AS_(.*)$"
-                               gw_src="$1src-AS_$1src_router.$1src.grid5000.fr"
+                               gw_src="$1src-AS_$1src_router.toulouse.grid5000.fr"
                                gw_dst="gw_$1dst"
                                symmetrical="NO">
                                        <link_ctn id="link_$1src"/>
 
                        <ASroute src="^gw_AS_(.*)$" dst="^AS_(.*)$"
                                gw_src="gw_$1src"
-                               gw_dst="$1dst-AS_$1dst_router.$1dst.grid5000.fr"
+                               gw_dst="$1dst-AS_$1dst_router.toulouse.grid5000.fr"
                                symmetrical="NO">
                                        <link_ctn id="link_$1dst"/>
                        </ASroute>
diff --git a/examples/platforms/gdx.xml b/examples/platforms/gdx.xml
new file mode 100644 (file)
index 0000000..2121c96
--- /dev/null
@@ -0,0 +1,606 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<platform version="3">
+<AS id="AS_orsay" routing="Floyd">
+
+       <cluster id="AS_gdx-switch15" prefix="gdx-" suffix=".orsay.grid5000.fr"
+       radical="181-186" power="3.388E9" bw="1.25E8" lat="17.8E-6"
+       bb_bw="1.25E8" bb_lat="17.8E-6"/>
+       <cluster id="AS_gdx-switch18" prefix="gdx-" suffix=".orsay.grid5000.fr"
+       radical="145-162" power="3.388E9" bw="1.25E8" lat="17.8E-6"
+       bb_bw="1.25E8" bb_lat="17.8E-6"/>
+       <cluster id="AS_gdx-switch17" prefix="gdx-" suffix=".orsay.grid5000.fr"
+       radical="163-180" power="3.388E9" bw="1.25E8" lat="17.8E-6"
+       bb_bw="1.25E8" bb_lat="17.8E-6"/>       
+       <cluster id="AS_gdx-switch05" prefix="gdx-" suffix=".orsay.grid5000.fr"
+       radical="91-108" power="3.388E9" bw="1.25E8" lat="17.8E-6"
+       bb_bw="1.25E8" bb_lat="17.8E-6"/>
+       <cluster id="AS_gdx-switch03" prefix="gdx-" suffix=".orsay.grid5000.fr"
+       radical="109-126" power="3.388E9" bw="1.25E8" lat="17.8E-6"
+       bb_bw="1.25E8" bb_lat="17.8E-6"/>
+       <cluster id="AS_gdx-switch02" prefix="gdx-" suffix=".orsay.grid5000.fr"
+       radical="127-144" power="3.388E9" bw="1.25E8" lat="17.8E-6"
+       bb_bw="1.25E8" bb_lat="17.8E-6"/>
+       <cluster id="AS_gdx-switch08" prefix="gdx-" suffix=".orsay.grid5000.fr"
+       radical="55-72" power="3.388E9" bw="1.25E8" lat="17.8E-6"
+       bb_bw="1.25E8" bb_lat="17.8E-6"/>
+       <cluster id="AS_gdx-switch06" prefix="gdx-" suffix=".orsay.grid5000.fr"
+       radical="73-90" power="3.388E9" bw="1.25E8" lat="17.8E-6"
+       bb_bw="1.25E8" bb_lat="17.8E-6"/>
+       <cluster id="AS_gdx-switch09" prefix="gdx-" suffix=".orsay.grid5000.fr"
+       radical="37-54" power="3.388E9" bw="1.25E8" lat="17.8E-6"
+       bb_bw="1.25E8" bb_lat="17.8E-6"/>
+       <cluster id="AS_gdx-switch12" prefix="gdx-" suffix=".orsay.grid5000.fr"
+       radical="19-36" power="3.388E9" bw="1.25E8" lat="17.8E-6"
+       bb_bw="1.25E8" bb_lat="17.8E-6"/>
+       <cluster id="AS_gdx-switch11" prefix="gdx-" suffix=".orsay.grid5000.fr"
+       radical="1-18" power="3.388E9" bw="1.25E8" lat="17.8E-6"
+       bb_bw="1.25E8" bb_lat="17.8E-6"/>
+
+       <AS id="AS_network" routing="Floyd" >
+       <link id="gdx_main" bandwidth="1.25E8" latency="17.8E-6"/>
+       </AS>
+       
+       <ASroute src="AS_gdx-switch15"    dst="AS_gdx-switch18"
+         gw_src="gdx-AS_gdx-switch15_router.orsay.grid5000.fr"
+         gw_dst="gdx-AS_gdx-switch18_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch15"    dst="AS_gdx-switch17"
+       gw_src="gdx-AS_gdx-switch15_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch17_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch15"    dst="AS_gdx-switch05"
+       gw_src="gdx-AS_gdx-switch15_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch05_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch15"    dst="AS_gdx-switch03"
+       gw_src="gdx-AS_gdx-switch15_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch03_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch15"    dst="AS_gdx-switch02"
+       gw_src="gdx-AS_gdx-switch15_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch02_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch15"    dst="AS_gdx-switch08"
+       gw_src="gdx-AS_gdx-switch15_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch08_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch15"    dst="AS_gdx-switch06"
+       gw_src="gdx-AS_gdx-switch15_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch06_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch15"    dst="AS_gdx-switch09"
+       gw_src="gdx-AS_gdx-switch15_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch09_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch15"    dst="AS_gdx-switch12"
+       gw_src="gdx-AS_gdx-switch15_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch12_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch15"    dst="AS_gdx-switch11"
+       gw_src="gdx-AS_gdx-switch15_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch11_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       
+       <ASroute src="AS_gdx-switch18"    dst="AS_gdx-switch15"
+       gw_src="gdx-AS_gdx-switch18_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch15_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch18"    dst="AS_gdx-switch17"
+       gw_src="gdx-AS_gdx-switch18_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch17_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch18"    dst="AS_gdx-switch05"
+       gw_src="gdx-AS_gdx-switch18_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch05_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch18"    dst="AS_gdx-switch03"
+       gw_src="gdx-AS_gdx-switch18_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch03_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch18"    dst="AS_gdx-switch02"
+       gw_src="gdx-AS_gdx-switch18_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch02_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch18"    dst="AS_gdx-switch08"
+       gw_src="gdx-AS_gdx-switch18_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch08_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch18"    dst="AS_gdx-switch06"
+       gw_src="gdx-AS_gdx-switch18_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch06_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch18"    dst="AS_gdx-switch09"
+       gw_src="gdx-AS_gdx-switch18_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch09_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch18"    dst="AS_gdx-switch12"
+       gw_src="gdx-AS_gdx-switch18_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch12_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch18"    dst="AS_gdx-switch11"
+       gw_src="gdx-AS_gdx-switch18_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch11_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       
+       <ASroute src="AS_gdx-switch17"    dst="AS_gdx-switch15"
+       gw_src="gdx-AS_gdx-switch17_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch15_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch17"    dst="AS_gdx-switch18"
+       gw_src="gdx-AS_gdx-switch17_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch18_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch17"    dst="AS_gdx-switch05"
+       gw_src="gdx-AS_gdx-switch17_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch05_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch17"    dst="AS_gdx-switch03"
+       gw_src="gdx-AS_gdx-switch17_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch03_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch17"    dst="AS_gdx-switch02"
+       gw_src="gdx-AS_gdx-switch17_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch02_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch17"    dst="AS_gdx-switch08"
+       gw_src="gdx-AS_gdx-switch17_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch08_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch17"    dst="AS_gdx-switch06"
+       gw_src="gdx-AS_gdx-switch17_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch06_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch17"    dst="AS_gdx-switch09"
+       gw_src="gdx-AS_gdx-switch17_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch09_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch17"    dst="AS_gdx-switch12"
+       gw_src="gdx-AS_gdx-switch17_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch12_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch17"    dst="AS_gdx-switch11"
+       gw_src="gdx-AS_gdx-switch17_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch11_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       
+       <ASroute src="AS_gdx-switch05"    dst="AS_gdx-switch15"
+       gw_src="gdx-AS_gdx-switch05_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch15_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch05"    dst="AS_gdx-switch18"
+       gw_src="gdx-AS_gdx-switch05_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch18_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch05"    dst="AS_gdx-switch17"
+       gw_src="gdx-AS_gdx-switch05_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch17_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch05"    dst="AS_gdx-switch03"
+       gw_src="gdx-AS_gdx-switch05_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch03_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch05"    dst="AS_gdx-switch02"
+       gw_src="gdx-AS_gdx-switch05_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch02_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch05"    dst="AS_gdx-switch08"
+       gw_src="gdx-AS_gdx-switch05_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch08_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch05"    dst="AS_gdx-switch06"
+       gw_src="gdx-AS_gdx-switch05_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch06_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch05"    dst="AS_gdx-switch09"
+       gw_src="gdx-AS_gdx-switch05_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch09_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch05"    dst="AS_gdx-switch12"
+       gw_src="gdx-AS_gdx-switch05_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch12_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch05"    dst="AS_gdx-switch11"
+       gw_src="gdx-AS_gdx-switch05_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch11_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       
+       <ASroute src="AS_gdx-switch03"    dst="AS_gdx-switch15"
+       gw_src="gdx-AS_gdx-switch03_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch15_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch03"    dst="AS_gdx-switch18"
+       gw_src="gdx-AS_gdx-switch03_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch18_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch03"    dst="AS_gdx-switch17"
+       gw_src="gdx-AS_gdx-switch03_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch17_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch03"    dst="AS_gdx-switch05"
+       gw_src="gdx-AS_gdx-switch03_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch05_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch03"    dst="AS_gdx-switch02"
+       gw_src="gdx-AS_gdx-switch03_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch02_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch03"    dst="AS_gdx-switch08"
+       gw_src="gdx-AS_gdx-switch03_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch08_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch03"    dst="AS_gdx-switch06"
+       gw_src="gdx-AS_gdx-switch03_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch06_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch03"    dst="AS_gdx-switch09"
+       gw_src="gdx-AS_gdx-switch03_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch09_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch03"    dst="AS_gdx-switch12"
+       gw_src="gdx-AS_gdx-switch03_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch12_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch03"    dst="AS_gdx-switch11"
+       gw_src="gdx-AS_gdx-switch03_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch11_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       
+       <ASroute src="AS_gdx-switch02"    dst="AS_gdx-switch15"
+       gw_src="gdx-AS_gdx-switch02_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch15_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch02"    dst="AS_gdx-switch18"
+       gw_src="gdx-AS_gdx-switch02_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch18_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch02"    dst="AS_gdx-switch17"
+       gw_src="gdx-AS_gdx-switch02_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch17_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch02"    dst="AS_gdx-switch05"
+       gw_src="gdx-AS_gdx-switch02_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch05_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch02"    dst="AS_gdx-switch03"
+       gw_src="gdx-AS_gdx-switch02_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch03_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch02"    dst="AS_gdx-switch08"
+       gw_src="gdx-AS_gdx-switch02_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch08_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch02"    dst="AS_gdx-switch06"
+       gw_src="gdx-AS_gdx-switch02_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch06_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch02"    dst="AS_gdx-switch09"
+       gw_src="gdx-AS_gdx-switch02_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch09_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch02"    dst="AS_gdx-switch12"
+       gw_src="gdx-AS_gdx-switch02_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch12_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch02"    dst="AS_gdx-switch11"
+       gw_src="gdx-AS_gdx-switch02_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch11_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       
+       <ASroute src="AS_gdx-switch08"    dst="AS_gdx-switch15"
+       gw_src="gdx-AS_gdx-switch08_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch15_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch08"    dst="AS_gdx-switch18"
+       gw_src="gdx-AS_gdx-switch08_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch18_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch08"    dst="AS_gdx-switch17"
+       gw_src="gdx-AS_gdx-switch08_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch17_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch08"    dst="AS_gdx-switch05"
+       gw_src="gdx-AS_gdx-switch08_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch05_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch08"    dst="AS_gdx-switch03"
+       gw_src="gdx-AS_gdx-switch08_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch03_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch08"    dst="AS_gdx-switch02"
+       gw_src="gdx-AS_gdx-switch08_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch02_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch08"    dst="AS_gdx-switch06"
+       gw_src="gdx-AS_gdx-switch08_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch06_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch08"    dst="AS_gdx-switch09"
+       gw_src="gdx-AS_gdx-switch08_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch09_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch08"    dst="AS_gdx-switch12"
+       gw_src="gdx-AS_gdx-switch08_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch12_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch08"    dst="AS_gdx-switch11"
+       gw_src="gdx-AS_gdx-switch08_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch11_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       
+       <ASroute src="AS_gdx-switch06"    dst="AS_gdx-switch15"
+       gw_src="gdx-AS_gdx-switch06_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch15_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch06"    dst="AS_gdx-switch18"
+       gw_src="gdx-AS_gdx-switch06_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch18_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch06"    dst="AS_gdx-switch17"
+       gw_src="gdx-AS_gdx-switch06_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch17_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch06"    dst="AS_gdx-switch05"
+       gw_src="gdx-AS_gdx-switch06_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch05_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch06"    dst="AS_gdx-switch03"
+       gw_src="gdx-AS_gdx-switch06_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch03_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch06"    dst="AS_gdx-switch02"
+       gw_src="gdx-AS_gdx-switch06_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch02_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch06"    dst="AS_gdx-switch08"
+       gw_src="gdx-AS_gdx-switch06_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch08_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch06"    dst="AS_gdx-switch09"
+       gw_src="gdx-AS_gdx-switch06_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch09_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch06"    dst="AS_gdx-switch12"
+       gw_src="gdx-AS_gdx-switch06_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch12_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch06"    dst="AS_gdx-switch11"
+       gw_src="gdx-AS_gdx-switch06_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch11_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       
+       <ASroute src="AS_gdx-switch09"    dst="AS_gdx-switch15"
+       gw_src="gdx-AS_gdx-switch09_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch15_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch09"    dst="AS_gdx-switch18"
+       gw_src="gdx-AS_gdx-switch09_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch18_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch09"    dst="AS_gdx-switch17"
+       gw_src="gdx-AS_gdx-switch09_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch17_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch09"    dst="AS_gdx-switch05"
+       gw_src="gdx-AS_gdx-switch09_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch05_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch09"    dst="AS_gdx-switch03"
+       gw_src="gdx-AS_gdx-switch09_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch03_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch09"    dst="AS_gdx-switch02"
+       gw_src="gdx-AS_gdx-switch09_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch02_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch09"    dst="AS_gdx-switch08"
+       gw_src="gdx-AS_gdx-switch09_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch08_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch09"    dst="AS_gdx-switch06"
+       gw_src="gdx-AS_gdx-switch09_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch06_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch09"    dst="AS_gdx-switch12"
+       gw_src="gdx-AS_gdx-switch09_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch12_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch09"    dst="AS_gdx-switch11"
+       gw_src="gdx-AS_gdx-switch09_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch11_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       
+       <ASroute src="AS_gdx-switch12"    dst="AS_gdx-switch15"
+       gw_src="gdx-AS_gdx-switch12_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch15_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch12"    dst="AS_gdx-switch18"
+       gw_src="gdx-AS_gdx-switch12_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch18_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch12"    dst="AS_gdx-switch17"
+       gw_src="gdx-AS_gdx-switch12_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch17_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch12"    dst="AS_gdx-switch05"
+       gw_src="gdx-AS_gdx-switch12_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch05_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch12"    dst="AS_gdx-switch03"
+       gw_src="gdx-AS_gdx-switch12_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch03_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch12"    dst="AS_gdx-switch02"
+       gw_src="gdx-AS_gdx-switch12_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch02_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch12"    dst="AS_gdx-switch08"
+       gw_src="gdx-AS_gdx-switch12_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch08_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch12"    dst="AS_gdx-switch06"
+       gw_src="gdx-AS_gdx-switch12_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch06_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch12"    dst="AS_gdx-switch09"
+       gw_src="gdx-AS_gdx-switch12_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch09_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch12"    dst="AS_gdx-switch11"
+       gw_src="gdx-AS_gdx-switch12_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch11_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       
+       <ASroute src="AS_gdx-switch11"    dst="AS_gdx-switch15"
+       gw_src="gdx-AS_gdx-switch11_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch15_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch11"    dst="AS_gdx-switch18"
+       gw_src="gdx-AS_gdx-switch11_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch18_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch11"    dst="AS_gdx-switch17"
+       gw_src="gdx-AS_gdx-switch11_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch17_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch11"    dst="AS_gdx-switch05"
+       gw_src="gdx-AS_gdx-switch11_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch05_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch11"    dst="AS_gdx-switch03"
+       gw_src="gdx-AS_gdx-switch11_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch03_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch11"    dst="AS_gdx-switch02"
+       gw_src="gdx-AS_gdx-switch11_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch02_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch11"    dst="AS_gdx-switch08"
+       gw_src="gdx-AS_gdx-switch11_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch08_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch11"    dst="AS_gdx-switch06"
+       gw_src="gdx-AS_gdx-switch11_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch06_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch11"    dst="AS_gdx-switch09"
+       gw_src="gdx-AS_gdx-switch11_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch09_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+       <ASroute src="AS_gdx-switch11"    dst="AS_gdx-switch12"
+       gw_src="gdx-AS_gdx-switch11_router.orsay.grid5000.fr"
+       gw_dst="gdx-AS_gdx-switch12_router.orsay.grid5000.fr">
+               <link_ctn id="gdx_main"/>
+       </ASroute>
+
+</AS>
+</platform>
similarity index 94%
rename from examples/platforms/griffon-cluster.xml
rename to examples/platforms/griffon.xml
index bc2c323..1ecc498 100644 (file)
@@ -5,12 +5,10 @@
        
      <cluster id="griffon_cluster_cabinet1" prefix="griffon-" suffix=".nancy.grid5000.fr"
            radical="1-29,58,59,60" power="286087" bw="1.25e8" lat="2.4e-5"
-           bb_bw="1.25e9" bb_lat="0" sharing_policy="FULLDUPLEX" bb_sharing_policy="SHARED"/>
-   
+           bb_bw="1.25e9" bb_lat="0" sharing_policy="FULLDUPLEX" bb_sharing_policy="SHARED"/> 
      <cluster id="griffon_cluster_cabinet2" prefix="griffon-" suffix=".nancy.grid5000.fr"
            radical="30-57" power="286087" bw="1.25e8" lat="2.4e-5" 
-           bb_bw="1.25e9" bb_lat="0" sharing_policy="FULLDUPLEX" bb_sharing_policy="SHARED"/>
-       
+           bb_bw="1.25e9" bb_lat="0" sharing_policy="FULLDUPLEX" bb_sharing_policy="SHARED"/>    
      <cluster id="griffon_cluster_cabinet3" prefix="griffon-" suffix=".nancy.grid5000.fr"
            radical="61-92" power="286087" bw="1.25e8" lat="2.4e-5" 
            bb_bw="1.25e9" bb_lat="0" sharing_policy="FULLDUPLEX" bb_sharing_policy="SHARED"/>
         gw_dst="griffon-griffon_cluster_cabinet2_router.nancy.grid5000.fr" 
         symmetrical="YES">
                <link_ctn id="backbone"/>
-     </ASroute>
-            
+     </ASroute>     
      <ASroute src="griffon_cluster_cabinet2" dst="griffon_cluster_cabinet3" 
         gw_src="griffon-griffon_cluster_cabinet2_router.nancy.grid5000.fr" 
         gw_dst="griffon-griffon_cluster_cabinet3_router.nancy.grid5000.fr" 
         symmetrical="YES">
                <link_ctn id="backbone"/>
-     </ASroute>
-              
+     </ASroute>      
      <ASroute src="griffon_cluster_cabinet1" dst="griffon_cluster_cabinet3" 
         gw_src="griffon-griffon_cluster_cabinet1_router.nancy.grid5000.fr" 
         gw_dst="griffon-griffon_cluster_cabinet3_router.nancy.grid5000.fr"