Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correct tesh files after patch time commit.
[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   
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   
10   <!-- Deployment -->
11   <process host="toto" function="send"/>
12   <process host="toto" function="receive"/>
13 </platform>