Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the DTD file from gforge to our own homepage
[simgrid.git] / teshsuite / simdag / platforms / platform_2p_1sl_hetero.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="cpu0" speed="1f" />
6     <host id="cpu1" speed="2f" />
7
8     <link id="link0" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED" />
9
10     <route src="cpu0" dst="cpu1">
11       <link_ctn id="link0" />
12     </route>
13   </zone>
14 </platform>