Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
b356f3ffb96342b89795f554944dd1b501213da5
[simgrid.git] / teshsuite / simdag / platforms / cluster_fat_tree_noncontiguous_rad.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
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 on-Blocking Traffic for Shift Permutations on 
6   Real Life Fat Trees" available at http://webee.eedev.technion.ac.il/wp-content/uploads/2014/08/publication_574.pdf
7   This defines a two levels fat-tree, with 4 leaf switches connected to 4 nodes each and 2 core switches connected to 
8   each leaf switch by two cables -->
9
10   <zone id="world" routing="Full">
11     <cluster id="bob_cluster"
12              prefix="node-" radical="100-101,119-120" suffix=".simgrid.org"
13              speed="1Gf" bw="125MBps" lat="50us" 
14              topology="FAT_TREE" topo_parameters="2;2,2;1,2;1,2"
15              loopback_bw="100MBps" loopback_lat="0" limiter_link="50MBps" />
16   </zone>
17 </platform>