[Ipopt] Compiling IPOPT with MKL on Ubuntu 8.04
David Veerasingam
vdavidster at gmail.com
Thu Aug 28 14:53:06 EDT 2008
Thanks for your reply, Stefan.
On 27-Aug-08, at 6:24 AM, Stefan Vigerske wrote:
> If you use --with-blas, then configure assumes you provide a blas
> library in binary form, not the source.
I tried:
./configure --with-blas="/opt/intel/mkl/10.0.4.023/lib/32/libmkl.so"
but the configure script says it does not work.
I gave up and went with ATLAS instead.
This works:
./configure --with-blas="/usr/lib/atlas/libblas.so.3.0"
David
More information about the Ipopt
mailing list