Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Once again, Linux does not follow the real way of doing things.
[simgrid.git] / teshsuite / simdag / platforms / two_clusters.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"/>
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"/>  
14        
15      <link id="backbone" bandwidth="1.25GBps" latency="500us"/>  
16         
17      <ASroute src="bob_cluster" dst="alice_cluster" 
18          gw_src="bobbob_cluster_router.hamburger.edu" 
19          gw_dst="alicealice_cluster_router.crepe.fr">
20                 <link_ctn id="backbone"/>
21      </ASroute>
22      
23  </AS>
24  </platform>