Resolved Conflicts: doc/Eqs/pair_gauss.jpg doc/Manual.txt doc/pair_list.html doc/pair_list.txt lib/atc/Makefile.lammps.linalg lib/awpmd/Makefile.lammps.linalg lib/gpu/Makefile.lincoln lib/linalg/Makefile.gfortran lib/linalg/Makefile.mingw_cross lib/linalg/README lib/reax/Makefile.lammps src/USER-CG-CMM/Install.sh src/USER-COLVARS/Install.sh src/USER-CUDA/Install.sh src/USER-MISC/Install.sh src/USER-MISC/pair_list.cpp src/USER-OMP/Install.sh src/USER-PHONON/Install.sh
12 lines
360 B
Makefile
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 =
|
|
|