[Ipopt-tickets] [Ipopt] #239: Configuration issue when linking Intel MKL BLAS on 64-bit Windows 7 & Cygwin

Ipopt coin-trac at coin-or.org
Fri Jul 21 11:55:35 EDT 2017


#239: Configuration issue when linking Intel MKL BLAS on 64-bit Windows 7 &
Cygwin
---------------------+------------------------
  Reporter:  aero1   |      Owner:  ipopt-team
      Type:  defect  |     Status:  closed
  Priority:  normal  |  Component:  Ipopt
   Version:  3.11    |   Severity:  normal
Resolution:  fixed   |   Keywords:
---------------------+------------------------

Comment (by wenloong):

 Hi Kelman, I tried to compile Ipopt with the command like
 {{{
 $ ./../configure --with-blas="-L${MKLROOT}/lib/intel64 -lmkl_blas95_lp64"
 --with-lapack="-L${MKLROOT}/lib/intel64 -lmkl_lapack95_lp64"
 }}}
 But it's not working for me, could you indicate how did you get it work on
 linux for you?

 Replying to [comment:1 kelman]:
 > I've personally only used MKL on Linux. I don't think MKL on Windows
 works particularly well (if at all) with GNU compilers. You'd likely need
 to use the Intel compilers, which require Visual Studio-style compilation
 on Windows.

--
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/239#comment:20>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list