Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
44afd428306a64ec2f2105c381900e32b6945351
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1fl.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "simgrid.dtd">
3  <platform version="3">
4  <AS  id="AS0"  routing="Full">
5  
6  
7    <host id="cpu0" power="1"/>
8    <host id="cpu1" power="1"/>
9    <link id="link0" bandwidth="1" latency=".5" sharing_policy="FATPIPE"/>
10    <route src="cpu0" dst="cpu1">
11      <link_ctn id="link0"/>
12    </route>
13    <route src="cpu1" dst="cpu0">
14      <link_ctn id="link0"/>
15    </route>
16  </AS>
17  </platform>