Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a flatifying test with a multicore cluster -- it's broken for now
[simgrid.git] / teshsuite / simdag / platforms / two_clusters_router_id.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3  <platform version="3">
4         
5  <AS  id="AS0"  routing="Full">
6         
7      <cluster id="bob_cluster" prefix="bob" suffix=".hamburger.edu"
8             radical="0-4" power="1Gf" bw="125MBps" lat="50us"
9             bb_bw="2.25GBps" bb_lat="500us" router_id="bob_cluster_router"/>
10    
11      <cluster id="alice_cluster" prefix="alice" suffix=".crepe.fr"
12             radical="0-4" power="1Gf" bw="125MBps" lat="50us"
13             bb_bw="2.25GBps" bb_lat="500us" router_id="alice_cluster_router"/>  
14        
15      <link id="backbone" bandwidth="1.25GBps" latency="500us"/>  
16         
17      <ASroute src="bob_cluster" dst="alice_cluster" 
18          gw_src="bob_cluster_router" 
19          gw_dst="alice_cluster_router">
20                 <link_ctn id="backbone"/>
21      </ASroute>
22          
23      <ASroute src="alice_cluster" dst="bob_cluster" 
24          gw_src="alice_cluster_router" 
25          gw_dst="bob_cluster_router">
26                 <link_ctn id="backbone"/>
27      </ASroute>   
28      
29  </AS>
30  </platform>