[Ipopt] configuring with MKL BLAS/PARDISO

Sean C McDuffee scmcduff at blueskystudios.com
Tue Nov 19 16:22:27 EST 2013


I found Ipopt to run much slower with MKL Pardiso than with MA27 (w 
MC19).  Is this inline with others experience?  It's not what I expected.


On 11/19/2013 01:17 PM, Sean C McDuffee wrote:
> 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