Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile polar with Intel MKL #3

Open
huanghua1994 opened this issue Sep 28, 2021 · 1 comment
Open

Cannot compile polar with Intel MKL #3

huanghua1994 opened this issue Sep 28, 2021 · 1 comment

Comments

@huanghua1994
Copy link

I tried to compile polar with ICC, MKL, and MVAPICH2, but CMake showed an error saying that “Could NOT find LAPACKE”. The full configuration log is attached. Further, CMake search for "libsltmg.a" in the ScaLAPACK directory. I compiled ScaLAPACK 2.1.0 but did not find this libsltmg.a.

@huanghua1994
Copy link
Author

Configuration log:

[hhuang368@atl1-1-01-017-3-l build]$ rm -rf *
[hhuang368@atl1-1-01-017-3-l build]$ cmake ../ -DCMAKE_INSTALL_PREFIX=./install -DPOLAR_TESTING:BOOL=ON
-- The Fortran compiler identification is Intel 19.0.5.20190815
-- The C compiler identification is Intel 19.0.5.20190815
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Check for working Fortran compiler: /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-cascadelake/intel-19.0.5/mvapich2-2.3.2-hpgbkqoytbjh35qn2t63rdorepxcezek/bin/mpif90 - skipped
-- Checking whether /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-cascadelake/intel-19.0.5/mvapich2-2.3.2-hpgbkqoytbjh35qn2t63rdorepxcezek/bin/mpif90 supports Fortran 90
-- Checking whether /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-cascadelake/intel-19.0.5/mvapich2-2.3.2-hpgbkqoytbjh35qn2t63rdorepxcezek/bin/mpif90 supports Fortran 90 - yes
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-cascadelake/intel-19.0.5/mvapich2-2.3.2-hpgbkqoytbjh35qn2t63rdorepxcezek/bin/mpicc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Warning (dev) at cmake_modules/ecrc/modules/find/FindMPIEXT.cmake:27 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Environment variable MPI_ROOT is set to:

    /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-cascadelake/intel-19.0.5/mvapich2-2.3.2-hpgbkqoytbjh35qn2t63rdorepxcezek

  For compatibility, CMake is ignoring the variable.
Call Stack (most recent call first):
  CMakeLists.txt:72 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found MPI_C: /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-cascadelake/intel-19.0.5/mvapich2-2.3.2-hpgbkqoytbjh35qn2t63rdorepxcezek/bin/mpicc (found version "3.1")
-- Found MPI_Fortran: /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-cascadelake/intel-19.0.5/mvapich2-2.3.2-hpgbkqoytbjh35qn2t63rdorepxcezek/bin/mpif90 (found version "3.1")
-- Found MPI: TRUE (found version "3.1")
-- Performing Test MULTIPLE_TEST_RUNS
-- Performing Test MULTIPLE_TEST_RUNS - Failed
-- Performing Test SERIALIZED_TEST_RUNS
-- Performing Test SERIALIZED_TEST_RUNS - Failed
-- Performing Test FUNNELED_TEST_RUNS
-- Performing Test FUNNELED_TEST_RUNS - Failed
-- In FindBLASEXT
-- If you want to force the use of one specific library,
   please specify the BLAS vendor by setting -DBLA_VENDOR=blas_vendor_name
   at cmake configure.
-- List of possible BLAS vendor: Goto, ATLAS PhiPACK, CXML,
   DXML, SunPerf, SCSL, SGIMATH, IBMESSL, IBMESSLMT, Intel10_32 (intel mkl v10 32 bit),
   Intel10_64lp (intel mkl v10 64 bit, lp thread model, lp64 model),
   Intel10_64lp_seq (intel mkl v10 64 bit, sequential code, lp64 model),
   Intel( older versions of mkl 32 and 64 bit),
   ACML, ACML_MP, ACML_GPU, Apple, NAS, Generic
-- A cache variable, namely BLAS_DIR, has been set to specify the install directory of BLAS
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - found
-- Looking for MKL BLAS: found
-- A library with BLAS API found.
-- BLAS_LIBRARIES /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_lp64.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_thread.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_core.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/compiler/lib/intel64_lin/libiomp5.so;-lpthread;-lm
-- A BLAS library has been found (/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_lp64.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_thread.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_core.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/compiler/lib/intel64_lin/libiomp5.so;-lpthread;-lm) but we
   have also potentially detected some multithreaded BLAS libraries from the MKL.
   We try to find both libraries lists (Sequential/Multithreaded).
-- Look for the sequential version Intel10_64lp_seq
-- A cache variable, namely BLAS_DIR, has been set to specify the install directory of BLAS
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - found
-- Looking for MKL BLAS: found
-- A library with BLAS API found.
-- BLAS_LIBRARIES /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_lp64.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_sequential.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_core.so;-lpthread;-lm
-- Look for the multithreaded version Intel10_64lp
-- Looking for MKL BLAS: found
-- A library with BLAS API found.
-- BLAS_LIBRARIES /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_lp64.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_thread.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_core.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/compiler/lib/intel64_lin/libiomp5.so;-lpthread;-lm
-- BLAS found is Intel MKL:
   we manage two lists of libs, one sequential and one parallel if found
   (see BLAS_SEQ_LIBRARIES and BLAS_PAR_LIBRARIES)
-- BLAS sequential libraries stored in BLAS_SEQ_LIBRARIES
CMake Warning (dev) at /storage/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/cmake-3.20.3-xf4af7k6rjgmzfa7mpqxejafub62t5ty/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (BLAS) does
  not match the name of the calling package (BLASEXT).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake_modules/ecrc/modules/find/FindBLASEXT.cmake:319 (find_package_handle_standard_args)
  CMakeLists.txt:80 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found BLAS: /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_lp64.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_sequential.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_core.so;-lpthread;-lm
-- BLAS parallel libraries stored in BLAS_PAR_LIBRARIES
CMake Warning (dev) at /storage/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/cmake-3.20.3-xf4af7k6rjgmzfa7mpqxejafub62t5ty/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (BLAS) does
  not match the name of the calling package (BLASEXT).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake_modules/ecrc/modules/find/FindBLASEXT.cmake:327 (find_package_handle_standard_args)
  CMakeLists.txt:80 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found BLAS: /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_lp64.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_thread.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_core.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/compiler/lib/intel64_lin/libiomp5.so;-lpthread;-lm
-- Using Parallel Blas
-- In FindLAPACKEXT
-- A cache variable, namely LAPACK_DIR, has been set to specify the install directory of LAPACK
-- Looking for Fortran CHEEV
-- Looking for Fortran CHEEV - found
-- Looking for LAPACK in BLAS: found
-- A library with LAPACK API found.
-- LAPACK_LIBRARIES /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_lp64.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_thread.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_core.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/compiler/lib/intel64_lin/libiomp5.so;-lpthread;-lm
-- LAPACK found is Intel MKL:
   we manage two lists of libs, one sequential and one parallel
   (see LAPACK_SEQ_LIBRARIES and LAPACK_PAR_LIBRARIES)
-- LAPACK sequential libraries stored in LAPACK_SEQ_LIBRARIES
CMake Warning (dev) at /storage/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/cmake-3.20.3-xf4af7k6rjgmzfa7mpqxejafub62t5ty/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (LAPACK)
  does not match the name of the calling package (LAPACKEXT).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake_modules/ecrc/modules/find/FindLAPACKEXT.cmake:288 (find_package_handle_standard_args)
  CMakeLists.txt:104 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found LAPACK: /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_lp64.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_sequential.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_core.so;-lpthread;-lm
-- LAPACK parallel libraries stored in LAPACK_PAR_LIBRARIES
CMake Warning (dev) at /storage/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/cmake-3.20.3-xf4af7k6rjgmzfa7mpqxejafub62t5ty/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (LAPACK)
  does not match the name of the calling package (LAPACKEXT).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake_modules/ecrc/modules/find/FindLAPACKEXT.cmake:296 (find_package_handle_standard_args)
  CMakeLists.txt:104 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found LAPACK: /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_lp64.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_thread.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_core.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/compiler/lib/intel64_lin/libiomp5.so;-lpthread;-lm
-- A cache variable, namely SCALAPACK_DIR, has been set to specify the install directory of SCALAPACK
-- Looking for Fortran pdgemm
-- Looking for Fortran pdgemm - not found
-- Looking for Fortran pdgemm
-- Looking for Fortran pdgemm - found
-- A library with SCALAPACK API found.
-- SCALAPACK_LIBRARIES /usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_scalapack_lp64.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_blacs_intelmpi_lp64.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_lp64.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_intel_thread.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_core.so;/usr/local/pace-apps/spack/packages/0.13/linux-rhel7-x86_64/gcc-4.8.5/intel-parallel-studio-cluster.2019.5-rde2uvgb2mq2x6obqaklxppmycfngjgm/compilers_and_libraries_2019.5.281/linux/compiler/lib/intel64_lin/libiomp5.so;-lpthread;-lm
-- SLTMG not found, NETLIB-SCALAPACK will be downloaded in order to generate libsltmg.a
 If you want to use your own SLTMG, define SLTMG_LIBRARIES and make sure SCALAPACK is found.
## NETLIB-SCALAPACK will be downloaded from http://www.netlib.org/scalapack/scalapack-2.0.2.tgz in order to generate libsltmg.a
-- A cache variable, namely LAPACKE_DIR, has been set to specify the install directory of LAPACKE
-- Looking for LAPACKE_dgeqrf
-- Looking for LAPACKE_dgeqrf - not found
-- Looking for lapacke : test with lapack fails
-- Looking for lapacke -- lapacke.h not found
-- Looking for lapacke -- lib lapacke not found
-- Could NOT find LAPACKE (missing: LAPACKE_LIBRARIES LAPACKE_WORKS)
CMake Warning at CMakeLists.txt:231 (message):
  LAPACKE library has not been found and ECRC_VERBOSE_FIND_PACKAGE is set to
  OFFTry to activate ECRC_VERBOSE_FIND_PACKAGE option
  (-DECRC_VERBOSE_FIND_PACKAGE=ON) to get some hints for the detection


-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LAPACKE_LIBRARIES
    linked by target "testing_pdgeqdwh" in directory /storage/home/hhive1/hhuang368/scratch/polar/testing
    linked by target "testing_pdgezolopd" in directory /storage/home/hhive1/hhuang368/scratch/polar/testing
    linked by target "timing_pdgezolopd" in directory /storage/home/hhive1/hhuang368/scratch/polar/timing
    linked by target "timing_pdgeqdwh" in directory /storage/home/hhive1/hhuang368/scratch/polar/timing

-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
[hhuang368@atl1-1-01-017-3-l build]$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant