Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
anishsapkota committed Sep 14, 2023
1 parent b8640b1 commit fc0a964
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/main/cpp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ cmake he/ -B HE -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++
cmake --build HE --target install --config Release
rm -R HE

ls /usr/include

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

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

0 comments on commit fc0a964

Please sign in to comment.