diff --git a/src/USER-CUDA/Install.sh b/src/USER-CUDA/Install.sh index 353f25421a..739a9914c0 100755 --- a/src/USER-CUDA/Install.sh +++ b/src/USER-CUDA/Install.sh @@ -53,18 +53,18 @@ include ..\/..\/lib\/cuda\/Makefile.lammps\ cp pair_buck_coul_long_cuda.h .. fi - if (test -e ../pair_cg_cmm.cpp) then - cp pair_cg_cmm_cuda.cpp .. - cp pair_cg_cmm_coul_cut_cuda.cpp .. - cp pair_cg_cmm_coul_debye_cuda.cpp .. - cp pair_cg_cmm_cuda.h .. - cp pair_cg_cmm_coul_cut_cuda.h .. - cp pair_cg_cmm_coul_debye_cuda.h .. + if (test -e ../pair_lj_sdk.cpp) then + cp pair_lj_sdk_cuda.cpp .. +# cp pair_lj_sdk_coul_cut_cuda.cpp .. +# cp pair_lj_sdk_coul_debye_cuda.cpp .. + cp pair_lj_sdk_cuda.h .. +# cp pair_lj_sdk_coul_cut_cuda.h .. +# cp pair_lj_sdk_coul_debye_cuda.h .. fi - if (test -e ../pair_cg_cmm_coul_long.cpp) then - cp pair_cg_cmm_coul_long_cuda.cpp .. - cp pair_cg_cmm_coul_long_cuda.h .. + if (test -e ../pair_lj_sdk_coul_long.cpp) then + cp pair_lj_sdk_coul_long_cuda.cpp .. + cp pair_lj_sdk_coul_long_cuda.h .. fi if (test -e ../pppm.cpp) then @@ -256,10 +256,10 @@ elif (test $1 = 0) then rm -f ../pair_buck_coul_cut_cuda.cpp rm -f ../pair_buck_coul_long_cuda.cpp rm -f ../pair_buck_cuda.cpp - rm -f ../pair_cg_cmm_coul_cut_cuda.cpp - rm -f ../pair_cg_cmm_coul_debye_cuda.cpp - rm -f ../pair_cg_cmm_coul_long_cuda.cpp - rm -f ../pair_cg_cmm_cuda.cpp + rm -f ../pair_lj_sdk_coul_cut_cuda.cpp + rm -f ../pair_lj_sdk_coul_debye_cuda.cpp + rm -f ../pair_lj_sdk_coul_long_cuda.cpp + rm -f ../pair_lj_sdk_cuda.cpp rm -f ../pair_eam_alloy_cuda.cpp rm -f ../pair_eam_cuda.cpp rm -f ../pair_eam_fs_cuda.cpp @@ -320,10 +320,10 @@ elif (test $1 = 0) then rm -f ../pair_buck_coul_cut_cuda.h rm -f ../pair_buck_coul_long_cuda.h rm -f ../pair_buck_cuda.h - rm -f ../pair_cg_cmm_coul_cut_cuda.h - rm -f ../pair_cg_cmm_coul_debye_cuda.h - rm -f ../pair_cg_cmm_coul_long_cuda.h - rm -f ../pair_cg_cmm_cuda.h + rm -f ../pair_lj_sdk_coul_cut_cuda.h + rm -f ../pair_lj_sdk_coul_debye_cuda.h + rm -f ../pair_lj_sdk_coul_long_cuda.h + rm -f ../pair_lj_sdk_cuda.h rm -f ../pair_eam_alloy_cuda.h rm -f ../pair_eam_cuda.h rm -f ../pair_eam_fs_cuda.h