Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
71c82547a6b8df5e40d865138eefdde81edfc563
[simgrid.git] / examples / platforms / fat_tree_cluster.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3
4 <!-- This is an example for a fat tree cluster. 
5 This is taken from figure 1/ b/ of the paper "D-Mod-K Routing Providing 
6 Non-Blocking Traffic for Shift Permutations on Real Life Fat Trees"  
7 available at webee.technion.ac.il/publication-link/index/id/574
8 This defines a two levels fat-tree, with 4 leaf switches connected to 4 nodes each
9 and 2 core switches connected to each leaf switch by two cables
10 -->
11
12 <platform version="3">
13 <AS id="AS0" routing="Full">
14 <cluster id="bob_cluster" prefix="node-" suffix=".acme.org"
15   radical="0-15" power="1Gf" bw="125MBps" lat="50us" topology="FAT_TREE" topo_parameters="2;4,4;1,2;1,2" 
16   loopback_bw="100000000" loopback_lat="0"/>
17 </AS>
18 </platform>