[Ipopt] configuring with MKL BLAS/PARDISO

Sean C McDuffee scmcduff at blueskystudios.com
Tue Nov 19 13:17:50 EST 2013


Got it going with this link line:

with_blas='-L/opt/intel/mkl//lib/intel64 -lmkl_intel_lp64 
-lmkl_gnu_thread -lmkl_core -L/opt/intel/mkl//../compiler/lib/intel64 
-liomp5 -lpthread -lm -ldl'



On 11/19/2013 11:41 AM, Sean C McDuffee wrote:
> Trying to link with the MKL BLAS (I know it's experimental) but the 
> configure script keeps saying my BLASLIB doesn't work.
>
> Trying to configure Ipopt 3.11.6 with MKL 11.1 with the line:
>
> with_blas='-L/opt/intel/mkl/lib/intel64 -Wl,--start-group -lmkl_def 
> -lmkl_intel_lp64 -lmkl_core -lmkl_gnu_thread -Wl,--end-group -ldl 
> -lpthread -lm'
>
> Any help debugging this out there?
>
> Thanks
> Sean



More information about the Ipopt mailing list