Files
lammps/lib/gpu/Makefile.lammps
2011-11-06 15:45:39 -05:00

13 lines
348 B
Makefile

# Settings that the LAMMPS build will import when this package library is used
# settings for CUDA BUILDS
#gpu_SYSINC =
#gpu_SYSLIB = -lcudart -lcuda
#gpu_SYSPATH = -L$(HOME)/cuda/lib64 -Wl,-rpath,$(HOME)/cuda/lib64
# Settings for OpenCL BUILDS
gpu_SYSINC =
gpu_SYSLIB = -lOpenCL
gpu_SYSPATH = -L$(HOME)/cuda/lib64 -Wl,-rpath,$(HOME)/cuda/lib64