Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a test enforcing that the route redefinition (when symmetrical=yes) is correctly...
[simgrid.git] / teshsuite / simdag / platforms / two_clusters.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "simgrid.dtd">
3  <platform version="2">
4  <config id="general">
5         <prop id="test" value="retest"></prop>
6         <prop id="test" value="retest"></prop>
7         <prop id="test" value="retest"></prop>
8  </config>
9         
10  <AS  id="AS0"  routing="Full">
11         
12      <cluster id="bob_cluster" prefix="bob" suffix=".hamburger.edu"
13             radical="0-4" power="1000000000" bw="125000000" lat="5E-5"
14             bb_bw="2250000000" bb_lat="5E-4"/>
15    
16      <cluster id="alice_cluster" prefix="alice" suffix=".crepe.fr"
17             radical="0-4" power="1000000000" bw="125000000" lat="5E-5"
18             bb_bw="2250000000" bb_lat="5E-4"/>  
19        
20      <link id="backbone" bandwidth="1250000000" latency="5E-4"/>  
21         
22      <ASroute src="bob_cluster" dst="alice_cluster" 
23          gw_src="bobbob_cluster_router.hamburger.edu" 
24          gw_dst="alicealice_cluster_router.crepe.fr">
25                 <link_ctn id="backbone"/>
26      </ASroute>
27          
28      <ASroute src="alice_cluster" dst="bob_cluster" 
29          gw_src="alicealice_cluster_router.crepe.fr" 
30          gw_dst="bobbob_cluster_router.hamburger.edu">
31                 <link_ctn id="backbone"/>
32      </ASroute>   
33      
34  </AS>
35  </platform>