12 lines
333 B
Makefile
12 lines
333 B
Makefile
# Settings that the LAMMPS build will import when this package library is used
|
|
# settings for Nvidia CUDA and OpenCL builds
|
|
gpu_SYSINC = -I$(CUDA_HOME)/include
|
|
gpu_SYSLIB = -lcudart -lcuda
|
|
gpu_SYSPATH = -L$(CUDA_LIB) -Wl,-rpath,$(CUDA_LIB)
|
|
|
|
# Settings for generic OpenCL BUILDS
|
|
#gpu_SYSINC =
|
|
#gpu_SYSLIB = -lOpenCL
|
|
#gpu_SYSPATH =
|
|
|