Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
134f45f81ba6dfae6fac3f3e749f0c718a414647
[simgrid.git] / teshsuite / msg / get_sender.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "simgrid.dtd">
3  <platform version="2">
4    <!-- Platform -->
5  <AS  id="AS0"  routing="Full">
6    <host id="toto" power="1000000"/>
7    <link id="lb" bandwidth="100000000" latency="0.000000"/>
8    <route src="toto" dst="toto"><link_ctn id="lb"/></route>     
9   </AS>  
10    
11    <!-- Deployment -->
12    <process host="toto" function="send"/>
13    <process host="toto" function="receive"/>
14  </platform>