Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a new example for java with bypass of deployment.
[simgrid.git] / examples / master_slave_bypass / platform.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="137333000"/>
6         <host id="alice" power="98095000"/>
7         
8         <link id="1" bandwidth="100000000" latency="0.001"/>
9         
10         <route  src="bob"
11                         dst="alice"
12                         symmetrical="YES">
13                                 <link_ctn id="1"/>
14    </route>
15 </AS>
16 </platform>