mkl_service.h header missing from anaconda mkl install
mkl_service.h header missing from anaconda mkl install
conda install -c intel mkl
Installs MKL. But now, I proceed to compile code which depends on mkl, and I point it to my anaconda:
MKLROOT=.../path/to/env/my_env/lib
Where many mkl library files now reside.
However, I get a message indicating mkl_service.h
is missing. So I install conda install anaconda mkl-service
. However, this does not yield the missing header file.
mkl_service.h
conda install anaconda mkl-service
How do I acquire this missing file in the anaconda version of MKL?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Comments
Post a Comment