Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Building abinit-5.1.3 using IFC+MKL "failed"

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Building abinit-5.1.3 using IFC+MKL "failed"


Chronological Thread 
  • From: Damien Caliste <caliste@pcpm.ucl.ac.be>
  • To: osirixu-abinit@yahoo.com.cn
  • Cc: forum@abinit.org
  • Subject: Re: [abinit-forum] Building abinit-5.1.3 using IFC+MKL "failed"
  • Date: Thu, 01 Jun 2006 10:42:59 +0200

Hello,

> Thank you for your reply. Well, the problem is
> even when I set the following flags in the command
> line after configure:
>
> ./configure --build=pentium3-intel-linux-gnu \
> --with-blas-prefix=/usr/local/lib/mkl \
> --with-lapack-prefix=/usr/local/lib/mkl
>
> abinit still cann't identify my MKL library, and try
> to build the BLAS and LAPACK libraries interally.
The configure will test if the file ${blas_prefix}/lib/libblas.a does
exist. Then you have to append to the --with-blas-prefix argument the
path on your disk where to find the libblas.a library given by Intel
(minus the /lib/ directory).

If this file is found, it will append "-L${blas_prefix}/lib -lblas" when
linking.

It is the same for lapack.

This may help you to solve the problem of linking against the Intel mkl
library.

Best regards,

Damien.


  • Re: [abinit-forum] Building abinit-5.1.3 using IFC+MKL "failed", Damien Caliste, 06/01/2006

Archive powered by MHonArc 2.6.16.

Top of Page