-
I followed instructions in https://coin-or.github.io/Ipopt/INSTALL.html to link IpOpt against Intel MKL blas and lapack: However, when I do 'ldd libipopt.so', it shows that it it still linking against system blas and lapack in /use/lib64: I want to IpOpt to use blas and lapack in Intel MKL kit. What am I doing wrong? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Mumps used by IpOpt also has to be compiled with same link option to use Intel MKL. Perhaps this can be mentioned in instructions in https://coin-or.github.io/Ipopt/INSTALL.html. |
Beta Was this translation helpful? Give feedback.
Mumps used by IpOpt also has to be compiled with same link option to use Intel MKL.
Perhaps this can be mentioned in instructions in https://coin-or.github.io/Ipopt/INSTALL.html.