What is blas loading error?

14 visualizzazioni (ultimi 30 giorni)
KRUPAL PATEL
KRUPAL PATEL il 12 Set 2016
Risposto: Hirokazu Tanaka il 14 Set 2018
I am trying to use matrix algebra functions in matlab but I am getting BLAS loading error. It gives error like:"Error using norm BLAS loading error: mkl_custom.dll: The specified module could not be found."
  1 Commento
Stephen23
Stephen23 il 12 Set 2016
@KRUPAL PATEL: please show use the code that causes this error, and also the full error message (this means all of the red text).

Accedi per commentare.

Risposta accettata

Hirokazu Tanaka
Hirokazu Tanaka il 14 Set 2018
It might be the case that the Environment Variables 'BLAS_VERSION' is defined and it make MATLAB to use whatever the library specified by 'BLAS_VERSION'. If the specified library does not exist, you get an error :"Error using norm BLAS loading error: mkl_custom.dll: The specified module could not be found."
You can check if the variable is defined by executing the following command on MATLAB
getenv('BLAS_VERSION')
If the result is some library that you are not aware of, you can just delete it and restart MATLAB to see if the issue is resolved.

Più risposte (1)

Farouk Moukaddem
Farouk Moukaddem il 19 Set 2016
Hi Kruptal,
A BLAS Loading error can occur when the mkl.dll file for the corresponding function that you are using is corrupted. Replacing the mkl.dll file with a working version or re=installing MATLAB may resolve your issue.
Thanks,
Farouk

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by