git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7905 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user