mirror of
https://github.com/NVIDIA/nccl-tests.git
synced 2026-02-22 10:44:45 +08:00
Fix NCCL_HOME to be consistent with README
This commit is contained in:
parent
9ec3e35276
commit
25016c8eeb
@ -43,9 +43,9 @@ endif
|
||||
.PHONY: build clean
|
||||
|
||||
BUILDDIR ?= ../build
|
||||
ifneq ($(NCCLDIR), "")
|
||||
NVCUFLAGS += -I$(NCCLDIR)/include/
|
||||
NVLDFLAGS += -L$(NCCLDIR)/lib
|
||||
ifneq ($(NCCL_HOME), "")
|
||||
NVCUFLAGS += -I$(NCCL_HOME)/include/
|
||||
NVLDFLAGS += -L$(NCCL_HOME)/lib
|
||||
endif
|
||||
|
||||
ifeq ($(MPI), 1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user