Fix Rome PCIe 2 node topology generation (#310)

This commit is contained in:
Wenkai Du
2020-12-15 17:16:17 -08:00
committed by GitHub
parent 41c35dad48
commit 373a108516
5 changed files with 56 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
DIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
for i in {0..46}
for i in {0..47}
do
$DIR/../topo_expl/topo_expl -m $i > "topo_m$i.log"
$DIR/../TopoVisual/topo_visual.sh -i "topo_m$i.log"