[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 18 16:13:32 EDT 2014


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

Comment (by aero1):

 Thank you, that seemed to make the difference! (I downgraded the Cygwin
 compilers, FYI)

 I don't see any errors during the make or make install commands, but when
 I run make test it terminates as follows (leaving out the many lines of
 output that seem to be fine):


 {{{
 (...)
 Making all in src/contrib/LinearSolverLoader
 make[2]: Entering directory
 '/home/jherman/coinipopt/build/Ipopt/src/contrib/LinearSolverLoader'
 make[2]: Nothing to be done for 'all'.
 make[2]: Leaving directory
 '/home/jherman/coinipopt/build/Ipopt/src/contrib/LinearSolverLoader'
 Making all in src/Interfaces
 make[2]: Entering directory
 '/home/jherman/coinipopt/build/Ipopt/src/Interfaces'
 make[2]: Nothing to be done for 'all'.
 make[2]: Leaving directory
 '/home/jherman/coinipopt/build/Ipopt/src/Interfaces'
 Making all in src/Apps
 make[2]: Entering directory '/home/jherman/coinipopt/build/Ipopt/src/Apps'
 Making all in CUTErInterface
 make[3]: Entering directory
 '/home/jherman/coinipopt/build/Ipopt/src/Apps/CUTErInterface'
 make[3]: Nothing to be done for 'all'.
 make[3]: Leaving directory
 '/home/jherman/coinipopt/build/Ipopt/src/Apps/CUTErInterface'
 make[3]: Entering directory '/home/jherman/coinipopt/build/Ipopt/src/Apps'
 make[3]: Nothing to be done for 'all-am'.
 make[3]: Leaving directory '/home/jherman/coinipopt/build/Ipopt/src/Apps'
 make[2]: Leaving directory '/home/jherman/coinipopt/build/Ipopt/src/Apps'
 make[2]: Entering directory '/home/jherman/coinipopt/build/Ipopt'
 make[2]: Nothing to be done for 'all-am'.
 make[2]: Leaving directory '/home/jherman/coinipopt/build/Ipopt'
 cd test; make test
 make[2]: Entering directory '/home/jherman/coinipopt/build/Ipopt/test'
 Makefile:421: *** multiple target patterns.  Stop.
 make[2]: Leaving directory '/home/jherman/coinipopt/build/Ipopt/test'
 Makefile:1050: recipe for target 'unitTest' failed
 make[1]: *** [unitTest] Error 2
 make[1]: Leaving directory '/home/jherman/coinipopt/build/Ipopt'
 Makefile:687: recipe for target 'test' failed
 make: *** [test] Error 2

 }}}

 Is there a file that gives more details on the error? (or does the above
 already tell you enough?)

 Thank you for your continued assistance!



 Replying to [comment:11 kelman]:
 > Either downgrade your gcc versions to 4.8.2 in the Cygwin installer, or
 use the MinGW versions - see this thread http://list.coin-
 or.org/pipermail/ipopt/2014-June/003730.html

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



More information about the Ipopt-tickets mailing list