Files
lammps/lib/gpu/Makefile.lammps
2012-01-30 21:07:15 -05:00

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 =