Rework network port trimming code (#338)

* Rework network port trimming code

* Move Rome related changes to separate source files
This commit is contained in:
Wenkai Du
2021-03-31 10:25:59 -07:00
committed by GitHub
parent 0c78553ee0
commit 1d2946ee4b
6 changed files with 714 additions and 676 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ EXE = topo_expl
CXXFLAGS = -g -O3 -Iinclude -I../../src -I../../src/include -I../../src/graph/ -DTOPO_EXPL -DENABLE_TRACE -lnuma
files = $(EXE).cpp model.cpp utils.cpp ../../src/graph/topo.cc ../../src/graph/rings.cc ../../src/graph/paths.cc ../../src/graph/trees.cc \
../../src/graph/search.cc ../../src/graph/connect.cc ../../src/graph/tuning.cc ../../src/graph/xml.cc ../../src/misc/nvmlwrap_stub.cc
../../src/graph/search.cc ../../src/graph/connect.cc ../../src/graph/tuning.cc ../../src/graph/xml.cc ../../src/misc/nvmlwrap_stub.cc ../../src/graph/rome_models.cc
all: $(EXE)