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

suitable MKL libraries

mariospapa
Beginner
331 Views
Which are the suitable MKL libraries we have to put in "Additional Dependencies" in the Linker Dialog of an Intel Visual Fortran project in MVS2008, in order to call mkl_dcsrsymv?

When I'm trying to build my solution it always says:

mkl_intel_c.lib(_mkl_dcsrsymv.obj) : error LNK2019: unresolved external symbol _mkl_spblas_mkl_dcsrsymv referenced in function _mkl_dcsrsymv
0 Kudos
2 Replies
Gennady_F_Intel
Moderator
331 Views

The link line advisor at the top of the forum will give a suggestion appropriate to the platform combination.

--Gennady


0 Kudos
mariospapa
Beginner
331 Views
Thanks Gennady! It works!
0 Kudos
Reply