Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rework an example. less XML more programmatic
[simgrid.git] / examples / platforms / small_platform_profile.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <zone  id="AS0"  routing="Full">
5     <host id="Jupiter"  speed="25Mf" speed_file="profiles/jupiter_speed.profile" />
6     <host id="Fafard"   speed="25Mf"/>
7
8     <link id="1" bandwidth="1MBps" latency="10ms" bandwidth_file="profiles/link1_bandwidth.profile" latency_file="profiles/link1_latency.profile" />
9     <link id="2" bandwidth="1MBps" latency="10ms"/>
10
11     <route src="Fafard" dst="Jupiter" symmetrical="NO">
12       <link_ctn id="1"/>
13     </route>
14     <route src="Jupiter" dst="Fafard" symmetrical="NO">
15       <link_ctn id="2"/>
16     </route>
17   </zone>
18 </platform>