forked from lijiext/lammps
6 lines
160 B
Makefile
6 lines
160 B
Makefile
|
# Settings that the LAMMPS build will import when this package library is used
|
||
|
|
||
|
gpu_SYSINC =
|
||
|
gpu_SYSLIB = -lcudart -lcuda
|
||
|
gpu_SYSPATH = -L/usr/local/cuda/lib64
|