Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Requalify teshes, as we really wanted to send 1 byte for this one.
[simgrid.git] / examples / msg / sendrecv / platform_sendrecv.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3  <platform version="3">
4  <AS  id="AS0"  routing="Full">
5    <!-- For using with ping_pong example, very simple platform -->
6    <host id="Inmos" power="98.095Mf"/>
7    <host id="Bellevue" power="76.296Mf"/>
8    <link id="link" bandwidth="1MBps" latency="100ms"/>
9    <route src="Inmos" dst="Bellevue">
10      <link_ctn id="link"/>
11    </route>
12  </AS>
13  </platform>