Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update all our XML files + next XML version will be 4.1, not 5
[simgrid.git] / teshsuite / simdag / platforms / two_clusters_one_name.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4.1">
4   <zone id="AS0"  routing="Full">
5     <cluster id="bob_cluster" prefix="bob" suffix=".hamburger.edu" radical="0-1" speed="1Gf" bw="125MBps" lat="50us"
6              bb_bw="2.25GBps" bb_lat="500us"/>
7
8     <cluster id="bob_cluster_1" prefix="bob" suffix=".hamburger.edu" radical="2-3" speed="1Gf" bw="125MBps" lat="50us"
9              bb_bw="2.25GBps" bb_lat="500us"/>
10
11     <link id="backbone" bandwidth="1.25GBps" latency="500us"/>  
12
13     <zoneRoute src="bob_cluster" dst="bob_cluster_1" gw_src="bobbob_cluster_router.hamburger.edu" 
14              gw_dst="bobbob_cluster_1_router.hamburger.edu">
15       <link_ctn id="backbone"/>
16     </zoneRoute>
17   </zone>
18 </platform>