필터 지우기
필터 지우기

What is blas loading error?

조회 수: 26 (최근 30일)
KRUPAL PATEL
KRUPAL PATEL 2016년 9월 12일
답변: Hirokazu Tanaka 2018년 9월 14일
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
Stephen23
Stephen23 2016년 9월 12일
@KRUPAL PATEL: please show use the code that causes this error, and also the full error message (this means all of the red text).

댓글을 달려면 로그인하십시오.

채택된 답변

Hirokazu Tanaka
Hirokazu Tanaka 2018년 9월 14일
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.

추가 답변 (1개)

Farouk Moukaddem
Farouk Moukaddem 2016년 9월 19일
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

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by