[Ipopt] compiling ipopt against MKL

Breannan Smith smith at cs.columbia.edu
Tue Nov 13 15:35:16 EST 2012


The following configuration call works for me (sequential MKL, Intel
13.0.0, Ubuntu 12.04 64 bit):

../configure CXX=icpc CC=icc F77=ifort --with-blas="-L$MKLROOT/lib
-lmkl_intel_lp64 -lmkl_sequential -lmkl_core"

On Tue, Nov 13, 2012 at 3:01 PM, Amit Aides
<amitibo at techunix.technion.ac.il> wrote:
> Hello,
>
> I am trying to compile ipopt (trunk version) on linux 64bit. I want to link
> it against MKL. I have access to composer_xe_2011.
> I will appreciate if someone can share the correct configuration settings
> for this type of compilation.
> I tried the settings below (in the config.site file) but it links against
> the default blas/lapack.
>
> with_blas="-L$MKLROOT/lib/intel64 -lmkl_gf_lp64 -lmkl_gnu_thread
> -lmkl_lapack -lmkl_core -liomp5 -lpthread"
> with_lapack="-L$MKLROOT/lib/intel64 -lmkl_lapack"
>
> Thanks in advance,
> Amit
> _______________________________________________
> Ipopt mailing list
> Ipopt at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/ipopt


More information about the Ipopt mailing list