How can I link MKL to compilation to get missing daxpy_?

寵の児 提交于 2019-12-11 15:26:27

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!