Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6975 Discussions

mkl modulefiles loading error in OneApi toolkit

Fikry
Beginner
976 Views

After installing Intel® oneAPI Base Toolkit and Intel® oneAPI Math Kernel Library, I used the command below to load the MKL module.

module load $HOME/intel/oneapi/mkl/latest/

 But I got two errors telling me that:

Loading mkl32 version 2022.1.0
/modulefiles/mkl32(96):ERROR:105: Unable to locate a modulefile for 'tbb32'
/modulefiles/mkl32(97):ERROR:105: Unable to locate a modulefile for 'compiler-rt32'

However when I loaded the TBB module, it didn't report any errors:

[usrname@admin ~]$ module load $HOME/intel/oneapi/tbb/latest/
Loading tbb32 version 2021.6.0

It seems that the version of MKL is too advanced to be compatible with the other parts. Do I need to install an older version of MKL? How?

 

The figure below shows the installed products on my machine.

截屏2022-06-19 19.12.07.png

 

0 Kudos
1 Solution
ShanmukhS_Intel
Moderator
929 Views

Hi,


Thank you for posting on Intel Communities.


We would like to inform you that, the Intel oneAPI Math Kernel Library would already be available in Intel oneAPI Base Toolkit and Intel MPI library would already be available in Intel oneAPI HPC Toolkit which you have already installed. Hence it's no more required to install the individual products again. We would like to suggest you not install any products on top of the Intel oneAPI Base Toolkit and Intel oneAPI HPC Toolkit.


In addition, There are two methods for configuring your environment in Linux. Regarding this, We hope information provided under below link would help you in other alternatives for module files. We request you to kindly have a glance over it.


https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-modulefiles-with-linux.html


As per your screenshot and debug log, we could see there is a miss-match in mkl versions as well.


Best Regards,

Shanmukh.SS



View solution in original post

0 Kudos
4 Replies
ShanmukhS_Intel
Moderator
930 Views

Hi,


Thank you for posting on Intel Communities.


We would like to inform you that, the Intel oneAPI Math Kernel Library would already be available in Intel oneAPI Base Toolkit and Intel MPI library would already be available in Intel oneAPI HPC Toolkit which you have already installed. Hence it's no more required to install the individual products again. We would like to suggest you not install any products on top of the Intel oneAPI Base Toolkit and Intel oneAPI HPC Toolkit.


In addition, There are two methods for configuring your environment in Linux. Regarding this, We hope information provided under below link would help you in other alternatives for module files. We request you to kindly have a glance over it.


https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-modulefiles-with-linux.html


As per your screenshot and debug log, we could see there is a miss-match in mkl versions as well.


Best Regards,

Shanmukh.SS



0 Kudos
ShanmukhS_Intel
Moderator
906 Views

Hi,

 

A gentle reminder:

Has the information provided helped? Is your issue resolved?

Kindly let us know if your issue got resolved so that we could close this thread at our end.

 

Best Regards,

Shanmukh.SS

 

0 Kudos
Fikry
Beginner
870 Views

Hi,

 

Thank you for your remainder. My problem is successfully solved by following the instruction you given.

 

It seems that a VPN is needed to reply topics or click the "accept as solution "  button  in China. Otherwise I will be informed of a message of "authentication failed".

 

All best Regards and much appreciation, 

Firky

 

0 Kudos
ShanmukhS_Intel
Moderator
856 Views

Hi Fikry,


You are most welcome! Glad to know that your issue was resolved.


If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Best Regards,

Shanmukh.SS



0 Kudos
Reply