clos 8, 8, 16. see below for perf

[    0.904000] reboot: Power down
Power off
time elapsed: 5789.7 s, simulation speed = 781.87 KHz
*** PASSED *** after 4526759370 cycles
Runs 4526759370 cycles
[PASS] FireSim Test
SEED: 1539814361
Script done, file is uartlog
This commit is contained in:
Sagar Karandikar 2018-10-18 00:05:38 +00:00
parent 2b4346cede
commit df2a713225
1 changed files with 7 additions and 0 deletions

View File

@ -53,6 +53,13 @@ class UserTopologies(object):
2 leaves. """
self.clos_m_n_r(2, 8, 2)
def clos_8_8_16(self):
""" clos topol with:
8 roots
8 nodes/leaf
16 leaves. = 128 nodes."""
self.clos_m_n_r(8, 8, 16)
def fat_tree_4ary(self):
# 4-ary fat tree as described in
# http://ccr.sigcomm.org/online/files/p63-alfares.pdf