Dear Sagar,<br>Please, run the following commands and let me know the output<br><br>uname -a<br>ifort -V<br>./configure (in the ESPRESSO directory)<br>Eduardo<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>---------- Mensaje reenviado ----------<br>From: ambavale sagar <<a href="mailto:sagarambavale@yahoo.co.in">sagarambavale@yahoo.co.in</a>><br>To: pwforum que-ans <<a href="mailto:pw_forum@pwscf.org">pw_forum@pwscf.org</a>><br>
Date: Fri, 16 May 2008 11:15:23 +0530 (IST)<br>Subject: Re: [Pw_forum] acml-mkl<br><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>AS> I have x86_64 (i.e. AMD64) architacture machine with Xeon <br>
AS> (x5450-quad core) processors having dual cpu. I have installed intel <br>AS> fortran compiler, c compiler and mkl. But as i compile espresso4cvs2 <br>AS> version it does not recognise BLAS,LAPACK libraries. <br>
<br>AK>if configure does not find MKL, it either means you have not <br>AK>installed it correctly or to a location that configure does not<br>AK>know about. check the config.log file and simply adapt the make.sys<br>
AK>file manually according to the MKL user's guide (RTFM!!).<br><br>hi, <br>My config.log file shows that it detect the mkl library at a standard place but finds it incompatible. The part of config.log file looks like :<br>
.................<br>..............<br>configure:5894:
 checking for library containing dgemm<br>configure:5907: ifort -o conftest -O2 -assume byterecl  -nomodule -i-static -openmp  -L/opt/intel/mkl/<a href="http://10.0.1.014/lib/em64t" target="_blank">10.0.1.014/lib/em64t</a> conftest.f   >&5<br>
ld: skipping incompatible /opt/intel/mkl/<a href="http://10.0.1.014/lib/em64t/libguide.a" target="_blank">10.0.1.014/lib/em64t/libguide.a</a> when searching for -lguide<br>/tmp/ifortMq0fkI.o: In function `MAIN__':<br>
conftest.f:(.text+0x2b): undefined reference to `dgemm_'<br>configure:5913: $? = 1<br>configure: failed program was:<br>|       program main<br>|       call dgemm<br>|       end<br>configure:5945: ifort -o conftest -O2 -assume byterecl  -nomodule -i-static -openmp  -L/opt/intel/mkl/<a href="http://10.0.1.014/lib/em64t" target="_blank">10.0.1.014/lib/em64t</a> conftest.f -lmkl_em64t    >&5<br>
ld: skipping incompatible /opt/intel/mkl/<a href="http://10.0.1.014/lib/em64t/libmkl_intel_lp64..a" target="_blank">10.0.1.014/lib/em64t/libmkl_intel_lp64..a</a> when searching for libmkl_intel_lp64.a<br>ld: cannot find
 libmkl_intel_lp64.a<br>configure:5951: $? = 1<br>configure: failed program was:<br>|       program main<br>|       call dgemm<br>|       end<br>configure:5979: result: no<br>configure:5894: checking for library containing dgemm<br>
configure:5907: ifort -o conftest -O2 -assume byterecl  -nomodule -i-static -openmp  -L/opt/intel/mkl*/lib/em64t conftest.f   >&5<br><br>...</div></div></div></blockquote></div>