Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merge conflicts resolved
[simgrid.git] / examples / platforms / One_cluster_one_host.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3
4 <platform version="3">
5 <AS  id="AS0"  routing="Floyd">
6     
7   <cluster id="my_cluster_1" prefix="c-" suffix=""
8                 radical="0-1"   power="1000000000"    bw="125000000"     lat="5E-5"
9         router_id="router1"/>
10
11  <AS id="AS1" routing="none">
12     <host id="host1" power="1000000000"/>
13  </AS>
14
15   <link id="link1" bandwidth="100000" latency="0.01"/>
16   
17   <ASroute src="my_cluster_1" dst="AS1"
18     gw_src="router1"
19     gw_dst="host1">
20     <link_ctn id="link1"/>
21   </ASroute>
22   
23 </AS>
24 </platform>