Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a doc error about actors (Tutorial_algorithms)
[simgrid.git] / examples / platforms / cluster_backbone.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <!--             _________
5                   |          |
6                   |  router  |
7       ____________|__________|_____________ backbone link
8         |   |   |              |     |   |  
9       l0| l1| l2|           l97| l96 |   | l99
10         |   |   |   ........   |     |   |
11         |                                |
12     node-0.simgrid.org            node-99.simgrid.org
13
14     The route from node-0 to node-2 is: l0.UP ; backbone ; l2.DOWN
15
16     The route from node-0 to the outer world begins with: l0.UP ; backbone
17   -->
18   <cluster id="cluster0" prefix="node-" radical="0-99" suffix=".simgrid.org"
19            speed="1Gf" bw="125MBps" lat="50us"
20            bb_bw="2.25GBps"  bb_lat="500us"/>
21 </platform>