Skip to content

Commit

Permalink
update lib path for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru7w1k committed Jan 18, 2022
1 parent 2e41896 commit b9063ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/0_Introduction/simpleMPI/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[@]"
Expand Down

0 comments on commit b9063ab

Please sign in to comment.