2013-05-31 04:10:54 +08:00
|
|
|
# Settings that the LAMMPS build will import when this package library is used
|
2016-06-18 07:07:24 +08:00
|
|
|
# settings for Nvidia CUDA and OpenCL builds
|
|
|
|
|
|
|
|
ifeq ($(CUDA_HOME),)
|
|
|
|
CUDA_HOME=/usr/local/cuda
|
|
|
|
endif
|
2013-05-31 04:10:54 +08:00
|
|
|
|
|
|
|
gpu_SYSINC =
|
2016-06-18 07:07:24 +08:00
|
|
|
gpu_SYSLIB = -lcudart -lcuda
|
2019-12-12 06:29:42 +08:00
|
|
|
gpu_SYSPATH = -L$(CUDA_HOME)/lib64 -L$(CUDA_HOME)/lib64/stubs
|
2016-06-18 07:07:24 +08:00
|
|
|
|