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

Ipopt coin-trac at coin-or.org
Thu Jul 9 11:39:51 EDT 2015


#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 carlos.mastalli):

 I tried it but it's not working. This are the different things that I
 tried:

 1- if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 8 &&
 __GNUC_PATCHLEVEL__ == 4

 2- if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 8 &&
 __GNUC_PATCHLEVEL__ >= 4

 3- if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 8 &&
 __GNUC_PATCHLEVEL__ == 3


 For the time being, I decided to downgrade gcc.

 Replying to [comment:16 stefan]:
 > Try the change [2585] in the Ipopt version that you use. That should
 make the workaround work for all gcc >= 4.8.2 < 4.9.

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



More information about the Ipopt-tickets mailing list