Logo AND Algorithmique Numérique Distribuée

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