From 9aac1ed38fca9335f2c704c19cac96987292da2b Mon Sep 17 00:00:00 2001 From: Gilbert Lee Date: Thu, 4 Feb 2021 19:05:03 +0000 Subject: [PATCH] [ib-test] Update for 2.8.3] --- tools/ib-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ib-test/Makefile b/tools/ib-test/Makefile index 2cdd46e7e4..7035b4e112 100755 --- a/tools/ib-test/Makefile +++ b/tools/ib-test/Makefile @@ -6,7 +6,7 @@ endif HIPCC = $(HIP_PATH)/bin/hipcc EXE = ib_test -CXXFLAGS = -g -O3 -Iinclude -I../../src/include -DENABLE_TRACE -DRCCL_IB_TEST -ldl -lnuma +CXXFLAGS = -g -O3 -Iinclude -I../../src -I../../src/include -I../../src/clique -DENABLE_TRACE -DRCCL_IB_TEST -ldl -lnuma files = $(EXE).cpp utils.cpp ../../src/transport/net_ib.cc ../../src/misc/ibvwrap.cc ../../src/debug.cc