forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9881 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
860009b734
commit
65f2b0ed76
|
@ -26,6 +26,9 @@ if (test $1 = 1) then
|
|||
if (test -e fix_imd.h) then
|
||||
cd USER-MISC; /bin/sh Install.sh 1; cd ..
|
||||
fi
|
||||
if (test -e thr_omp.h) then
|
||||
cd USER-OMP; /bin/sh Install.sh 1; cd ..
|
||||
fi
|
||||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
|
@ -44,5 +47,8 @@ elif (test $1 = 0) then
|
|||
if (test -e fix_imd.h) then
|
||||
cd USER-MISC; /bin/sh Install.sh 0; /bin/sh Install.sh 1; cd ..
|
||||
fi
|
||||
if (test -e thr_omp.h) then
|
||||
cd USER-OMP; /bin/sh Install.sh 0; /bin/sh Install.sh 1; cd ..
|
||||
fi
|
||||
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue