Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[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/simgrid.dtd">
3 <platform version="4">
4  
5  
6  <AS  id="AS0"  routing="Full">
7  
8         <host id="cpu0" speed="1f" />
9         <host id="cpu1" speed="2f" />
10  
11         <link id="link0" bandwidth="1Bps" latency="500ms"
12                 sharing_policy="SHARED" />
13         <route src="cpu0" dst="cpu1">
14                 <link_ctn id="link0" />
15         </route>
16  </AS>
17  </platform>