I download l_mkl_p_7.0.017 and follow all the instruction for instalation. Finally libraries located at /opt/intel/mkl70/lib/32.
in makefile i tried to link them with command
-L/opt/intel/mkl70/lib/32 -lmkl_lapack -lmkl_p4 -lpthread
to my code
and got the message
ifc -w95 -O3 -o beassi kinds.o beassi.o glusolvr.o haldgreen.o halsgreen.o freefield.o fuldgreen.o fulsgreen.o fuldgrstr.o -static -L/opt/intel/mkl70/lib/32 -lmkl_lapack -lmkl_p4 -lpthread
ld: cannot find -lmkl_p4
I wondering what is wrong?
Problems with installation of MKL 7.0
Nähere Informationen zur Compiler-Optimierung finden Sie in unserem Optimierungshinweis.


