Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change TCP_gamma to not be a compilation-time #define, but a command line option
[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   <host id="bob" power="1000000000"/>
5   <host id="alice" power="500000000"/>
6
7   <link id="link1" bandwidth="125000000" latency="5E-5"/>
8
9   <route src="bob" dst="alice">
10     <link:ctn id="link1"/>
11   </route>
12
13   <route src="alice" dst="bob">
14     <link:ctn id="link1"/>
15   </route>
16 </platform>