Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cope with model best gtnets fit, that is latency_factor = 10.4, bandwidth_factor...
[simgrid.git] / examples / msg / sendrecv / platform_sendrecv.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4   <!-- For using with ping_pong example, very simple platform -->
5   <host id="Inmos" power="98095000"/>
6   <host id="Bellevue" power="76296000"/>
7   <link id="link" bandwidth="1000000" latency="0.1"/>
8   <route src="Inmos" dst="Bellevue">
9     <link:ctn id="link"/>
10   </route>
11   <route src="Bellevue" dst="Inmos">
12     <link:ctn id="link"/>
13   </route>
14 </platform>