Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

no mkl libraries

jdereus
Beginner
515 Views
i am using the mkl non-commercial version 10.2.1.017. when i am trying to link to a program (wien2k), it is required to link against the mkl library. however, there is no plain mkl lib. there are mkl_blacs, core, guide, lapack, etc. Has this been renamed or moved for some reason?

any information would be appreciated.

Thank you,
JD
0 Kudos
1 Reply
TimP
Honored Contributor III
515 Views
The link advisor in the right hand column of the forum was chosen as a better solution than providing a wrapper script which handles only one of many possible cases. libiomp5 provides compatibility with gcc -fopenmp or CL /openmp, so is likely to be preferred over libguide when you choose a threaded library, unless you use an old Intel compiler with "legacy" OpenMP option.
0 Kudos
Reply