update USER-INTEL Install.sh script and dependency handling

This commit is contained in:
Axel Kohlmeyer 2018-05-05 19:25:51 -04:00
parent f4fbdea0b3
commit 934f825388
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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