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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

Linking problem withe the iterative sover routines

mechjun
Beginner
411 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