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

This commit is contained in:
sjplimp 2010-06-28 23:11:28 +00:00
parent 0d077cbc2e
commit 2d9472fe47
2 changed files with 9 additions and 1 deletions

View File

@ -27,6 +27,10 @@ if (test $1 = 1) then
cp pair_gayberne.h ..
cp pair_resquared.h ..
if (test -e ../pair_lj_cut_gpu.h) then
cd ../GPU; /bin/sh Install.sh 1
fi
elif (test $1 = 0) then
rm ../atom_vec_ellipsoid.cpp
@ -52,7 +56,7 @@ elif (test $1 = 0) then
rm ../pair_resquared.h
if (test -e ../pair_gayberne_gpu.h) then
cd ../GPU; sh Install.sh 0; sh Install.sh 1
cd ../GPU; /bin/sh Install.sh 0; /bin/sh Install.sh 1
fi
fi

View File

@ -21,6 +21,10 @@ if (test $1 = 1) then
cp pair_tersoff.h ..
cp pair_tersoff_zbl.h ..
if (test -e ../pair_lj_cut_opt.h) then
cd ../OPT; sh Install.sh 1
fi
elif (test $1 = 0) then
rm ../pair_airebo.cpp