Hi
I've a program that is calling the mkl routine slasrt successfully by
call slasrt('I', nr, rvek, info)
When changing to slasrt2 by
call slasrt2('I', nr, rvek, isort, info)
the linker reports:
Error 1 error LNK2019: unresolved external symbol _SLASRT2 referenced in function _MAKERZPLANE makePlane.obj
Compiler=Compose XE 2013 SP1, and I am using visual studio 2010 with Configuration properties -Fortran - Libraries- Use Intel Math Kernel Library set to sequential((/Qmkl:sequential)
What's wrong?