forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7021 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
dd35394165
commit
79e1087146
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue