问题
I use Ifort ( Intel Compilers 17 (a.k.a Intel® Parallel Studio XE 2017 (Update 4)) and Intel MKL version 11.1.0.080 ) to build old Fortran code using makefile. I work on claster NSC Thriolith. When I try to compile I get mistake.
ipo: warning #11021: unresolved daxpy_
Referenced in /tmp/ipo_ifort1Ub0el.o
It is clear to me because I loaded Intel MKL version 11.1.0.080, but it looks like compiler does not see MKL.
来源:https://stackoverflow.com/questions/48010018/how-can-i-link-mkl-to-compilation-to-get-missing-daxpy