Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Doc] Added description for the boost context factory
[simgrid.git] / examples / platforms / routing_none.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3
4 <!--     This platform does not use any routing. 
5          It is what Constant network model expects. -->
6          
7 <platform version="3">
8   <AS id="AS0" routing="None">
9     <host id="node-0.acme.org" power="1Gf"/>
10     <host id="node-1.acme.org" power="1Gf"/>
11     <host id="node-2.acme.org" power="1Gf"/>
12     <host id="node-3.acme.org" power="1Gf"/>
13     <host id="node-4.acme.org" power="1Gf"/>
14     <host id="node-5.acme.org" power="1Gf"/>
15     <host id="node-6.acme.org" power="1Gf"/>
16     <host id="node-7.acme.org" power="1Gf"/>
17     <host id="node-8.acme.org" power="1Gf"/>
18     <host id="node-9.acme.org" power="1Gf"/>
19   </AS>
20 </platform>