Commit 934f8253 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

update USER-INTEL Install.sh script and dependency handling

parent f4fbdea0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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