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

mkl 8.1

g_danza
Beginner
266 Views
I have renewal support till end of october but not able to download mkl
8.1. Please help.

changed MSVC from 2003 to 2005 v 8.0.50727.42
and always I get a link error

mkl_solver.lib(util.obj) : error LNK2019: unresolved external symbol __iob referenced in function _METIS_errexit

with mkl 8.0

this is simple program test where it fails to link

_MKL_DSS_HANDLE_t mHandle;
int opt = MKL_DSS_DEFAULTS;

int error = dss_create(mHandle, opt );
if ( error != MKL_DSS_SUCCESS ) return 1 ;
return 0;


gerry

0 Kudos
0 Replies
Reply