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
mkl 8.1
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.

