Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
anishsapkota committed Sep 14, 2023
1 parent fc0a964 commit ee6cb79
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/cpp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if ! ldconfig -p | grep -q libmkl_rt; then
source /opt/intel/oneapi/setvars.sh

export MKL_RT_LIBRARY=/opt/intel/oneapi/mkl/lib/intel64/libmkl_rt.so
export MKL_INCLUDE_DIR=/usr/include
export MKL_INCLUDE_DIR=/usr/include/x86_64-linux-gnu
export MKL_ROOT=/opt/intel/oneapi/mkl/2023.2.0/


Expand Down Expand Up @@ -118,11 +118,10 @@ cmake --build HE --target install --config Release
rm -R HE

echo "Searching mkl.h"
find / -name "mkl.h"
echo "Searching inc"
find / -type d -name "include"
find /usr -name "mkl.h"
echo "Searching rt"
find / -name "libmkl_rt.so"
find /usr -name "libmkl_rt.so"

ls /usr/include/x86_64-linux-gnu

ls /opt/intel/oneapi/mkl/2023.2.0/

0 comments on commit ee6cb79

Please sign in to comment.