Merge pull request #646 from Ricardicus/makefile-fix

Makefile: Respect the NO_MULTI_GPU
This commit is contained in:
Andrej 2024-06-26 08:42:59 -07:00 committed by GitHub
commit c1ac121c77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -215,7 +215,6 @@ else ifeq ($(shell [ -d /usr/lib/x86_64-linux-gnu/openmpi/lib/ ] && [ -d /usr/li
NVCC_LDFLAGS += -L/usr/lib/x86_64-linux-gnu/openmpi/lib/
NVCC_LDLIBS += -lmpi
NVCC_FLAGS += -DUSE_MPI
NVCC_FLAGS += -DMULTI_GPU
else
$(info ✗ MPI not found)
endif