Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the platforms file with the new s/:/_/ in DTD
[simgrid.git] / teshsuite / simdag / platforms / two_hosts_one_link.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "simgrid.dtd">
3  <platform version="2">
4  <AS  id="AS0"  routing="Full">
5    <host id="bob" power="1000000000"/>
6    <host id="alice" power="500000000"/>
7  
8    <link id="link1" bandwidth="125000000" latency="5E-5"/>
9  
10    <route src="bob" dst="alice">
11      <link_ctn id="link1"/>
12    </route>
13  
14    <route src="alice" dst="bob">
15      <link_ctn id="link1"/>
16    </route>
17  </AS>
18  </platform>