You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello:
In the user manual <manual.md> chapter ”Section 4.3: Fat Tree“,
How “Figure25” was generated, I used the following steps:
Configure in the parameters.ini file:
topology {
name = fat_tree
num_core_switches = 4
num_agg_subtrees = 2
agg_switches_per_subtree = 4
leaf_switches_per_subtree = 4
down_ports_per_core_switch = 8
up_ports_per_agg_switch = 4
down_ports_per_agg_switch = 4
up_ports_per_leaf_switch = 4
concentration = 4
output_graph = fattree4.dot
}
As a result the fattree4.dot file is generated.
Use the command: dot -Tpdf fattree4.dot -o fattree4.pdf
A switch topology diagram similar to ”Figure25“ will be generated (the nodes under the switch are not displayed)
Can you tell me how the whole graph of switch connected nodes in Figure 25 is generated?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hello:
In the user manual <manual.md> chapter ”Section 4.3: Fat Tree“,
How “Figure25” was generated, I used the following steps:
topology {
name = fat_tree
num_core_switches = 4
num_agg_subtrees = 2
agg_switches_per_subtree = 4
leaf_switches_per_subtree = 4
down_ports_per_core_switch = 8
up_ports_per_agg_switch = 4
down_ports_per_agg_switch = 4
up_ports_per_leaf_switch = 4
concentration = 4
output_graph = fattree4.dot
}
As a result the fattree4.dot file is generated.
A switch topology diagram similar to ”Figure25“ will be generated (the nodes under the switch are not displayed)
Can you tell me how the whole graph of switch connected nodes in Figure 25 is generated?
Thanks a lot.
The text was updated successfully, but these errors were encountered: