icl-utk-edu / heffte

BSD 3-Clause "New" or "Revised" License
20 stars 15 forks source link

Configure error on Fedora with MKL #43

Closed streeve closed 9 months ago

streeve commented 9 months ago
CMake Error at cmake/FindHeffteMKL.cmake:59 (message):
  Could not find required mkl component: mkl_intel_ilp64
Call Stack (most recent call first):
  cmake/FindHeffteMKL.cmake:86 (heffte_find_mkl_libraries)
  CMakeLists.txt:159 (find_package)

Build includes:

-DMKL_ROOT=/opt/intel/oneapi/mkl/latest
-DHeffte_MKL_IOMP5=/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64_lin/libiomp5.so

See https://github.com/ECP-copa/Cabana/actions/runs/7062115458/job/19225227534?pr=720

mkstoyanov commented 9 months ago

Can you verify that libmkl_intel_ilp64.so is indeed inside /opt/intel/oneapi/mkl/latest/lib/intel64/

streeve commented 9 months ago

Just built the container locally - we no longer get mkl by default. I will fix on our end - thanks!