Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into hypervisor
[simgrid.git] / examples / msg / masterslave / platform_kill.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         <host id="bob" power="137.333Mf"/>
6         <host id="alice" power="98.095Mf"/>
7         
8         <link id="1" bandwidth="100MBps" latency="1ms"/>
9         <link id="2" bandwidth="100MBps" latency="1ms"/>
10         <link id="3" bandwidth="100MBps" latency="1ms"/>
11         
12         <route  src="bob"
13                         dst="alice"
14                         symmetrical="YES">
15                                 <link_ctn id="1"/>
16    </route>
17 </AS>
18 </platform>