On May 30, 2009, at 9:31 PM, BinShao wrote:
I am trying to compile Harminv in a Linux, x86_64 fedora machine using intel compiler and MKL libraries. I've got some problem and the configuration script stops with the following error:
[....]

I have used export BLAS_LIBS="/home/opt/intel/mkl/9.0/lib/em64t/ libmkl_blacs.a" before configure, but it did not work.

You can look in the config.log file to find the exact error message that caused linking to fail.

However, second comments:

First, you should not export BLAS_LIBS. You should use ./configure BLAS_LIBS="..."

Second, you'll need to tell it to use the Intel Fortran compiler ifort in order to link MKL, by passing F77=ifort to configure (obviously, you will also have had to make sure that ifort is in your PATH).

Third, you shouldn't be linking the BLACS library, which is totally different. You should be linking libmkl.a.


_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to