Logo AND Algorithmique Numérique Distribuée

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