From 79e10871461aebaf0ec122cfa2070e9d0cdef817 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 30 Sep 2011 16:58:31 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7021 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- lib/gpu/Nvidia.makefile | 2 +- lib/gpu/README | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/gpu/Nvidia.makefile b/lib/gpu/Nvidia.makefile index b126f3433a..49ff3fd13d 100644 --- a/lib/gpu/Nvidia.makefile +++ b/lib/gpu/Nvidia.makefile @@ -61,7 +61,7 @@ OBJS = $(OBJ_DIR)/pair_gpu_atom.o $(OBJ_DIR)/pair_gpu_ans.o \ $(OBJ_DIR)/cmmc_long_gpu_memory.o $(OBJ_DIR)/cmmc_long_gpu.o \ $(OBJ_DIR)/cmmc_msm_gpu_memory.o $(OBJ_DIR)/cmmc_msm_gpu.o \ $(CUDPP) -PTXS = $(OBJ_DIR)/pair_gpu_dev_kernel.ptx \ +PTXS = $(OBJ_DIR)/pair_gpu_dev_kernel.ptx $(OBJ_DIR)/pair_gpu_dev_ptx.h \ $(OBJ_DIR)/pair_gpu_atom_kernel.ptx $(OBJ_DIR)/pair_gpu_atom_ptx.h \ $(OBJ_DIR)/pair_gpu_nbor_kernel.ptx $(OBJ_DIR)/pair_gpu_nbor_ptx.h \ $(OBJ_DIR)/pair_gpu_build_kernel.ptx $(OBJ_DIR)/pair_gpu_build_ptx.h \ diff --git a/lib/gpu/README b/lib/gpu/README index 61486b0d15..7eb0d86719 100644 --- a/lib/gpu/README +++ b/lib/gpu/README @@ -105,7 +105,8 @@ NOTE: For graphics cards with compute capability>=1.3 (e.g. Tesla C1060), make sure that -arch=sm_13 is set on the CUDA_ARCH line. NOTE: For newer graphics card (a.k.a. "Fermi", e.g. Tesla C2050), make - sure that -arch=sm_20 is set on the CUDA_ARCH line. + sure that either -arch=sm_20 or -arch=sm_21 is set on the + CUDA_ARCH line, depending on hardware and CUDA toolkit version. NOTE: The gayberne/gpu pair style will only be installed if the ASPHERE package has been installed. @@ -114,11 +115,10 @@ NOTE: The cg/cmm/gpu and cg/cmm/coul/long/gpu pair styles will only be installed if the USER-CG-CMM package has been installed. NOTE: The lj/cut/coul/long/gpu, cg/cmm/coul/long/gpu, coul/long/gpu, - and pppm/gpu styles will only be installed if the KSPACE package - has been installed. + lj/charmm/coul/long/gpu and pppm/gpu styles will only be installed + if the KSPACE package has been installed. + -NOTE: The lj/charmm/coul/long will only be installed if the MOLECULE package - has been installed. EXAMPLE BUILD PROCESS