Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unify the host names in cluster description files
[simgrid.git] / examples / platforms / cluster_crossbar.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4.1">
4   <!--           _________
5                 |          |
6                 | crossbar |
7                 |__________|
8                     / | \
9                    /  |  \
10                l0 / l1|   \l2
11                  /    |    \
12                 /     |     \
13            node-0   node-1   node-2 ...
14             
15     All hosts can communicate at full speed with no interference on
16     the crossbar. Only the links of each hosts are limiting.        
17   -->
18   <zone id="world" routing="Full">
19     <cluster id="cluster-crossbar" 
20              prefix="node-" radical="0-65536" suffix=".simgrid.org"
21              speed="1Gf" bw="125MBps" lat="50us"/>
22   </zone>
23 </platform>