Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add test for cluster tag with state_file and availability_file.
[simgrid.git] / teshsuite / simdag / platforms / two_clusters.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "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="1000000000" bw="125000000" lat="5E-5"
9             bb_bw="2250000000" bb_lat="5E-4"/>
10    
11      <cluster id="alice_cluster" prefix="alice" suffix=".crepe.fr"
12             radical="0-4" power="1000000000" bw="125000000" lat="5E-5"
13             bb_bw="2250000000" bb_lat="5E-4"/>  
14        
15      <link id="backbone" bandwidth="1250000000" latency="5E-4"/>  
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      <ASroute src="alice_cluster" dst="bob_cluster" 
24          gw_src="alicealice_cluster_router.crepe.fr" 
25          gw_dst="bobbob_cluster_router.hamburger.edu">
26                 <link_ctn id="backbone"/>
27      </ASroute>   
28      
29  </AS>
30  </platform>