forked from lijiext/lammps
Corrected the wrong use of the stubs path in -rpath
This commit is contained in:
parent
7e8a04d985
commit
4c3ec145f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue