Logo AND Algorithmique Numérique Distribuée

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