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

This commit is contained in:
sjplimp
2013-04-02 14:44:29 +00:00
parent 1760cf4633
commit 9b0265211d
2 changed files with 11 additions and 2 deletions

View File

@ -51,6 +51,11 @@ include ..\/..\/lib\/gpu\/Makefile.lammps
cp pair_table_gpu.h ..
fi
if (test -e ../pair_born_coul_long.cpp) then
cp pair_born_coul_long_gpu.cpp ..
cp pair_born_coul_long_gpu.h ..
fi
if (test -e ../pair_buck.cpp) then
cp pair_buck_gpu.cpp ..
cp pair_buck_gpu.h ..
@ -132,7 +137,6 @@ include ..\/..\/lib\/gpu\/Makefile.lammps
cp pair_lj_cut_coul_debye_gpu.cpp ..
cp pair_born_gpu.cpp ..
cp pair_born_coul_wolf_gpu.cpp ..
cp pair_born_coul_long_gpu.cpp ..
cp pair_gauss_gpu.cpp ..
cp fix_gpu.cpp ..
@ -147,7 +151,6 @@ include ..\/..\/lib\/gpu\/Makefile.lammps
cp pair_lj_cut_coul_debye_gpu.h ..
cp pair_born_gpu.h ..
cp pair_born_coul_wolf_gpu.h ..
cp pair_born_coul_long_gpu.h ..
cp pair_gauss_gpu.h ..
cp fix_gpu.h ..

View File

@ -63,6 +63,12 @@ for file in *.cpp *.h; do
if (test $file = pair_colloid_gpu.h -a ! -e ../pair_colloid.cpp) then
continue
fi
if (test $file = pair_born_coul_long_gpu.cpp -a ! -e ../pair_born_coul_long.cpp) then
continue
fi
if (test $file = pair_born_coul_long_gpu.h -a ! -e ../pair_born_coul_long.cpp) then
continue
fi
if (test $file = pair_buck_coul_long_gpu.cpp -a ! -e ../pair_buck_coul_long.cpp) then
continue
fi