Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use output_graph to generate a topology graph with nodes #691

Open
sunsirui opened this issue Jan 28, 2023 · 0 comments
Open

Use output_graph to generate a topology graph with nodes #691

sunsirui opened this issue Jan 28, 2023 · 0 comments
Assignees

Comments

@sunsirui
Copy link

Hello:
In the user manual <manual.md> chapter ”Section 4.3: Fat Tree“,
How “Figure25” was generated, I used the following steps:

  1. 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.
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants