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