Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix distcheck
[simgrid.git] / teshsuite / simdag / partask / platform_2p_1sl.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  
9    <host id="cpu0" speed="1f"/>
10    <host id="cpu1" speed="1f"/>
11    <link id="link0" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
12    <route src="cpu0" dst="cpu1">
13      <link_ctn id="link0"/>
14    </route>
15  </AS>
16  </platform>