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

Linking problem withe the iterative sover routines

mechjun
Beginner
201 Views
I am trying to use iterative solver routines which are supported by MKL 8.1.
When I compile subroutine with mkl_solver.lib, below errors are found.
test.obj : error LNK2001: unresolved external symbol _DCSRMV_SY@32
test.obj : error LNK2001: unresolved external symbol _DCG_INIT@28
test.obj : error LNK2001: unresolved external symbol _DCG_CHECK@28
test.obj : error LNK2001: unresolved external symbol _DCG@28
test.obj : error LNK2001: unresolved external symbol _DCG_GET@32
Debug/test.exe : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.
If you are knowing how to link mkl_solver.lib using CVF, could you let me know the way how to?
I couldn't find any buttons or any menus to do this linking in the Compaq Visual Fortran compiler.
Thank you.
0 Kudos
0 Replies
Reply