Quantcast
Channel: Intel® oneAPI Math Kernel Library & Intel® Math Kernel Library
Viewing all articles
Browse latest Browse all 2652

Linking to the MKL Extended Eigensolver

$
0
0

I am running the student version of Intel Parallel Studio XE 2018 (update 2) integrated into Visual Studio 2017 running on Windows 10 64 bit.  I am compiling fortran 90 code and trying to use the Extended Eigensolver routines, and I'm currently trying to compile and run the example source file dexample_sparse_f.f in .../mkl/examples/examples_core_f/solvers_eef/source.

 

I am able to use the MKL lapack routines by simply using the compiler option /Qmkl:sequential.  

 

Using the Intel MKL Link Line Advisor I got the correct compiler and linker options to use the lapack95 routines (https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/)

 

However when I try to compile the dexample_sparse_f.f example, I get errors

 

unresolved external symbol FEASTINIT referenced in function MAIN_

 

unresolved external symbol DFEAST_SCRGV referenced in function MAIN_

 

unresolved external symbol DFEAST_SCSREV referenced in function MAIN_

 

unresolved external symbol DGEMM referenced in function MAIN_

 

I cannot figure out which library I need to include to use these routines. All I have found is the interface file mkl_solvers_ee.fi in the .../mkl/include directory. Any help appreciated. 


Viewing all articles
Browse latest Browse all 2652

Trending Articles