mirror of
https://github.com/NVIDIA/nccl-tests.git
synced 2026-05-01 11:58:19 +08:00
Add MPI_IBM build option
This commit is contained in:
parent
f773748b46
commit
7130fa6096
@ -64,6 +64,10 @@ ifeq ($(MPI), 1)
|
||||
NVCUFLAGS += -DMPI_SUPPORT -I$(MPI_HOME)/include
|
||||
NVLDFLAGS += -L$(MPI_HOME)/lib -L$(MPI_HOME)/lib64 -lmpi
|
||||
endif
|
||||
ifeq ($(MPI_IBM),1)
|
||||
NVCUFLAGS += -DMPI_SUPPORT
|
||||
NVLDFLAGS += -lmpi_ibm
|
||||
endif
|
||||
LIBRARIES += curand nccl nvToolsExt
|
||||
NVLDFLAGS += $(LIBRARIES:%=-l%)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user