12 lines
360 B
Makefile
12 lines
360 B
Makefile
# Settings that the LAMMPS build will import when this package library is used
|
|
# settings for Nvidia CUDA and OpenCL builds
|
|
gpu_SYSINC =
|
|
gpu_SYSLIB = -lcudart -lcuda
|
|
gpu_SYSPATH = -L$(HOME)/cuda/lib64 -Wl,-rpath,$(HOME)/cuda/lib64:$(HOME)/compile/lammps-icms/lib/gpu
|
|
|
|
# Settings for generic OpenCL BUILDS
|
|
#gpu_SYSINC =
|
|
#gpu_SYSLIB = -lOpenCL
|
|
#gpu_SYSPATH =
|
|
|