[Ipopt-tickets] [Ipopt] #278: 'make test' LNK errors

Ipopt coin-trac at coin-or.org
Tue Dec 13 12:18:21 EST 2016


#278: 'make test' LNK errors
----------------------------+----------------------------------
  Reporter:  LKeersmaekers  |      Owner:  ipopt-team
      Type:  defect         |     Status:  new
  Priority:  normal         |  Component:  Ipopt
   Version:  3.12           |   Severity:  normal
Resolution:                 |   Keywords:  make test link error
----------------------------+----------------------------------
Changes (by stefan):

 * cc: jhogg (added)


Comment:

 So as far as I see, you replaced the Lapack codes by older versions that
 were still working with the f2c translator. This seems to overcome issues
 with intrinsic functions like HUGE.

 However, deps.f from HSL still uses HUGE and that does make test file.
 Maybe it is only the one place in MA30AD (around line 610) that makes
 problems:
 {{{
 C HUGE IS THE FORTRAN 90 INTRINSIC FOR THE LARGEST INTEGER
           JCOST = HUGE(N)
 }}}
 Replacing HUGE(N) by some large integer might be sufficient.

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



More information about the Ipopt-tickets mailing list