Wav2letter: cmake: MKL error

Created on 12 Jan 2019  路  5Comments  路  Source: flashlight/wav2letter

  • Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_gf_lp64: not found
    -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_gf_lp64: not found
    -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_gf: not found
    -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_gf: not found
    -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_intel_lp64: not found
    -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_intel_lp64: not found
    -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_intel: not found
    -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_intel: not found
    -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
    -- Library mkl_gf_lp64: not found
    -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m]
    -- Library mkl_gf_lp64: not found
    -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m]
    -- Library mkl_gf: not found
    -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m]
    -- Library mkl_gf: not found
    -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
    -- Library mkl_intel_lp64: not found
    -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m]
    -- Library mkl_intel_lp64: not found
    -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m]
    -- Library mkl_intel: not found
    -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m]
    -- Library mkl_intel: not found
    -- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m]
    -- Library mkl_gf_lp64: not found
    -- Checking for [mkl_gf - mkl_sequential - mkl_core - m]
    -- Library mkl_gf: not found
    -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m]
    -- Library mkl_intel_lp64: not found
    -- Checking for [mkl_intel - mkl_sequential - mkl_core - m]
    -- Library mkl_intel: not found
    -- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m]
    -- Library mkl_gf_lp64: not found
    -- Checking for [mkl_gf - mkl_sequential - mkl_core - m]
    -- Library mkl_gf: not found
    -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m]
    -- Library mkl_intel_lp64: not found
    -- Checking for [mkl_intel - mkl_sequential - mkl_core - m]
    -- Library mkl_intel: not found
    -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_gf_lp64: not found
    -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_gf_lp64: not found
    -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_gf: not found
    -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_gf: not found
    -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_intel_lp64: not found
    -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_intel_lp64: not found
    -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_intel: not found
    -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
    -- Library mkl_intel: not found
    -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
    -- Library mkl_gf_lp64: not found
    -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m]
    -- Library mkl_gf_lp64: not found
    -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m]
    -- Library mkl_gf: not found
    -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m]
    -- Library mkl_gf: not found
    -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
    -- Library mkl_intel_lp64: not found
    -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m]
    -- Library mkl_intel_lp64: not found
    -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m]
    -- Library mkl_intel: not found
    -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m]
    -- Library mkl_intel: not found
    -- Checking for [mkl - guide - pthread - m]
    -- Library mkl: not found
    CMake Error at cmake/FindMKL.cmake:265 (MESSAGE):
    MKL library not found. Please specify library location
    Call Stack (most recent call first):
    src/feature/CMakeLists.txt:5 (find_package)

-- Configuring incomplete, errors occurred!

Most helpful comment

I have build mkl ,but meet this error .how can i do ?

in ubuntu i had the same error
i solved it by running following command source mklvars.sh intel64 in the directory /opt/intel/mkl/bin/

after running this command build wav2letter again using cmake .. -DCMAKE_BUILD_TYPE=Release -DCRITERION_BACKEND=CUDA from <path_to_wav2letter>/wav2letter/build

All 5 comments

I have build mkl ,but meet this error .how can i do ?

export MKL_ROOT=/your_install_path

I want to know ,when i use macbook pro,and do not have cuda,how can i do to build this project?

@zhengqun 鈥斅爕ou'll need to build the flashlight CPU backend, then build wav2letter++ with the CPU criterion backend. You also will only be able to train convolution-style acoustic models, since we don't yet have RNN support for the CPU backend with flashlight (this is coming soon).

I have build mkl ,but meet this error .how can i do ?

in ubuntu i had the same error
i solved it by running following command source mklvars.sh intel64 in the directory /opt/intel/mkl/bin/

after running this command build wav2letter again using cmake .. -DCMAKE_BUILD_TYPE=Release -DCRITERION_BACKEND=CUDA from <path_to_wav2letter>/wav2letter/build

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tarang-jain picture tarang-jain  路  3Comments

nutriver picture nutriver  路  3Comments

mlexplore1122 picture mlexplore1122  路  3Comments

EdwinWenink picture EdwinWenink  路  4Comments

ghost picture ghost  路  5Comments