Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let simgrid.dtd to be accessible from the web in order to enable automatic validation...
[simgrid.git] / teshsuite / simdag / partask / platform_2p_1sl_hetero.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  
6         <host id="cpu0" power="1" />
7         <host id="cpu1" power="2" />
8  
9         <link id="link0" bandwidth="1" latency=".5"
10                 sharing_policy="SHARED" />
11         <route src="cpu0" dst="cpu1">
12                 <link_ctn id="link0" />
13         </route>
14         <route src="cpu1" dst="cpu0">
15                 <link_ctn id="link0" />
16         </route>
17  </AS>
18  </platform>