forked from lijiext/lammps
update USER-INTEL Install.sh script and dependency handling
This commit is contained in:
parent
f4fbdea0b3
commit
934f825388
|
@ -134,6 +134,7 @@ fi
|
|||
if (test $1 = "USER-MISC") then
|
||||
depend GPU
|
||||
depend USER-OMP
|
||||
depend USER-INTEL
|
||||
fi
|
||||
|
||||
if (test $1 = "USER-REAXC") then
|
||||
|
|
|
@ -38,6 +38,8 @@ for file in *_intel.h; do
|
|||
action $file $dep
|
||||
done
|
||||
|
||||
# step 2: handle cases and tasks not handled in step 1.
|
||||
|
||||
action intel_preprocess.h
|
||||
action intel_buffers.h
|
||||
action intel_buffers.cpp
|
||||
|
@ -50,8 +52,6 @@ action intel_simd.h
|
|||
action intel_intrinsics.h pair_tersoff_intel.cpp
|
||||
action intel_intrinsics_airebo.h pair_airebo_intel.cpp
|
||||
|
||||
# step 2: handle cases and tasks not handled in step 1.
|
||||
|
||||
if (test $mode = 1) then
|
||||
|
||||
if (test -e ../Makefile.package) then
|
||||
|
|
Loading…
Reference in New Issue