From b9063abcf4c17f4b208c1c9c4ead550a76ea1788 Mon Sep 17 00:00:00 2001 From: Rutwik Choughule Date: Tue, 18 Jan 2022 19:03:54 +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 08838cf19..49fc56c36 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 "[@]"