From 66cd8c3f1f133d816a949849e74fda9df3181652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rickard=20Hallerb=C3=A4ck?= Date: Wed, 26 Jun 2024 14:14:03 +0200 Subject: [PATCH] Makefile: respect the NO_MULTI_GPU --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 92f37ae..6a6b8eb 100644 --- a/Makefile +++ b/Makefile @@ -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