Corrected the wrong use of the stubs path in -rpath

This commit is contained in:
Trung Nguyen 2019-12-17 14:05:39 -06:00
parent 7e8a04d985
commit 4c3ec145f3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ EXTRAMAKE = Makefile.lammps.standard
CUDA_ARCH = -arch=sm_35
CUDA_PRECISION = -D_SINGLE_DOUBLE
CUDA_INCLUDE = -I$(CUDA_HOME)/include
CUDA_LIB = -L$(CUDA_HOME)/lib64 -Xlinker -rpath -Xlinker $(CUDA_HOME)/lib64/stubs -lcudart
CUDA_LIB = -L$(CUDA_HOME)/lib64 -Xlinker -rpath -Xlinker $(CUDA_HOME)/lib64 -lcudart
CUDA_OPTS = -DUNIX -O3 --use_fast_math --ftz=true
CUDR_CPP = mpic++ -DMPI_GERYON -DUCL_NO_EXIT -I$(CUDA_HOME)/include