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 "[@]"