git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8732 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-08-29 14:04:25 +00:00
parent ffcbbe98d4
commit 249f5349f0
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ precision ?= 1
verbose ?= 1
#GPU architecture (compute capability): 13, 20, 21
arch ?= 21
arch ?= 20
#Using cufft (should not be changed)
cufft ?= 1

View File

@ -1,5 +1,5 @@
# Settings that the LAMMPS build will import when this package library is used
CUDA_FLAGS := -I/usr/local/cuda/include -DUNIX -DFFT_CUFFT -DCUDA_PRECISION=1 -DCUDA_ARCH=20
CUDA_FLAGS := -I/usr/local/cuda/include -DUNIX -DFFT_CUFFT -DCUDA_PRECISION=1 -DX_PRECISION=2 -DV_PRECISION=2 -DCUDA_ARCH=20
CUDA_USRLIB_CONDITIONAL := -L/usr/local/cuda/lib -L/usr/local/cuda/lib64 -lcufft
user-cuda_SYSINC = ${CUDA_FLAGS}