lammps-sys 0.6.0

Generates bindings to LAMMPS' C interface (with optional builds from source)
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Settings that the LAMMPS build will import when this package library is used
# settings for Nvidia CUDA and OpenCL builds

ifeq ($(CUDA_HOME),)
CUDA_HOME=/usr/local/cuda
endif

gpu_SYSINC =
gpu_SYSLIB =  -lcudart -lcuda
gpu_SYSPATH = -L$(CUDA_HOME)/lib64