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

scalapack libraries not available

Joerg_B_
Beginner
681 Views

Hi there,

I have downloaded and installed parallel_studio_xe_2016_update3. Then I have migrated a MPI project to the new machine. When I am trying to link with mkl_blas95_lp64.lib mkl_lapack95_lp64.lib mkl_scalapack_lp64.lib mkl_intel_lp64.lib mkl_core.lib mkl_sequential.lib mkl_blacs_msmpi_lp64.lib impi.lib 

as the link line adviser https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor recommends - it is missing:

>ipo: error #11018: Cannot open mkl_blacs_msmpi_lp64.lib
1>LINK : fatal error LNK1181: cannot open input file 'mkl_scalapack_lp64.lib'

Then I have checked the paths but could not find these libraries in the installation. What might be wrong ? 

I am going to rerun the installation to see whether I missed something. Is update3 a full fledged installation or do I have to install another package first ?

Many thanks in advance !

JB

0 Kudos
1 Reply
Ying_H_Intel
Employee
681 Views

Hi JB, 

Right, you may rerun the installation and with customized installation.

As the cluser version of MKL library are not installed with default option.  like mkl_blacs_msmpi_lp64.lib and  mkl_scalapack_lp64.lib,

 Here is MKL install guide https://software.intel.com/en-us/articles/intel-mkl-113-install-guide for your reference. 

Best Regards,
Ying

0 Kudos
Reply