Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sanitize the prototype of Actor::on_exit() callbacks
[simgrid.git] / teshsuite / s4u / activity-lifecycle / testing_platform.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <config>
5     <prop id="network/crosstraffic" value="0"/> 
6     <prop id="network/model" value="CM02"/>
7   </config>
8   
9   <zone id="zone0" routing="Full">
10     <host id="host0" speed="100Mf"/>
11     <host id="host1" speed="100Mf"/>
12     <host id="host2" speed="100Mf"/>
13     
14     <link id="link1" bandwidth="1000Bps" latency="0"/>
15  
16     <route src="host1" dst="host2">
17       <link_ctn id="link1"/>
18     </route>
19   </zone>
20 </platform>
21