From bf8c6dd043e099286831cb98140a39a534b3fb80 Mon Sep 17 00:00:00 2001 From: Rutwik Choughule Date: Fri, 14 Jan 2022 02:31:40 +0530 Subject: [PATCH] update lib path for conda --- Samples/0_Introduction/simpleMPI/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/0_Introduction/simpleMPI/Makefile b/Samples/0_Introduction/simpleMPI/Makefile index 08838cf1..49fc56c3 100644 --- a/Samples/0_Introduction/simpleMPI/Makefile +++ b/Samples/0_Introduction/simpleMPI/Makefile @@ -365,7 +365,7 @@ LIBSIZE := 64 endif endif -LIBRARIES += -L$(CUDA_PATH)/lib$(LIBSIZE) -lcudart +LIBRARIES += -L$(CUDA_PATH)/lib -L$(CUDA_PATH)/lib$(LIBSIZE) -lcudart ifeq ($(SAMPLE_ENABLED),0) EXEC ?= @echo "[@]"