6 lines
187 B
Makefile
6 lines
187 B
Makefile
# Settings that the LAMMPS build will import when this package library is used
|
|
|
|
gpu_SYSINC =
|
|
gpu_SYSLIB = -lcudart -lcuda
|
|
gpu_SYSPATH = -L$(HOME)/cuda/lib64 -Wl,-rpath,$(HOME)/cuda/lib64
|