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:&nbsp;ambavale sagar &lt;<a href="mailto:sagarambavale@yahoo.co.in">sagarambavale@yahoo.co.in</a>&gt;<br>To:&nbsp;pwforum que-ans &lt;<a href="mailto:pw_forum@pwscf.org">pw_forum@pwscf.org</a>&gt;<br>
Date:&nbsp;Fri, 16 May 2008 11:15:23 +0530 (IST)<br>Subject:&nbsp;Re: [Pw_forum] acml-mkl<br><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>AS&gt; I have x86_64 (i.e. AMD64) architacture machine with Xeon <br>
AS&gt; (x5450-quad core) processors having dual cpu. I have installed intel <br>AS&gt; fortran compiler, c compiler and mkl. But as i compile espresso4cvs2 <br>AS&gt; version it does not recognise BLAS,LAPACK libraries. <br>
<br>AK&gt;if configure does not find MKL, it either means you have not <br>AK&gt;installed it correctly or to a location that configure does not<br>AK&gt;know about. check the config.log file and simply adapt the make.sys<br>
AK&gt;file manually according to the MKL user&#39;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&nbsp; -nomodule -i-static -openmp&nbsp; -L/opt/intel/mkl/<a href="http://10.0.1.014/lib/em64t" target="_blank">10.0.1.014/lib/em64t</a> conftest.f&nbsp;&nbsp; &gt;&amp;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__&#39;:<br>
conftest.f:(.text+0x2b): undefined reference to `dgemm_&#39;<br>configure:5913: $? = 1<br>configure: failed program was:<br>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; program main<br>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; call dgemm<br>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<br>configure:5945: ifort -o conftest -O2 -assume byterecl&nbsp; -nomodule -i-static -openmp&nbsp; -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&nbsp;&nbsp;&nbsp; &gt;&amp;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>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; program main<br>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; call dgemm<br>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<br>configure:5979: result: no<br>configure:5894: checking for library containing dgemm<br>
configure:5907: ifort -o conftest -O2 -assume byterecl&nbsp; -nomodule -i-static -openmp&nbsp; -L/opt/intel/mkl*/lib/em64t conftest.f&nbsp;&nbsp; &gt;&amp;5<br><br>...</div></div></div></blockquote></div>