[Ipopt-tickets] [Ipopt] #58: MA57 & MeTiS for IPOPT

Ipopt coin-trac at coin-or.org
Mon Mar 10 12:16:35 EDT 2008


#58: MA57 & MeTiS for IPOPT
--------------------------------+-------------------------------------------
  Reporter:  pmota              |       Owner:  andreasw  
      Type:  clarification      |      Status:  assigned  
  Priority:  normal             |   Component:  Ipopt     
   Version:  3.3 (C++ Version)  |    Severity:  normal    
Resolution:                     |    Keywords:  MA57 MeTiS
--------------------------------+-------------------------------------------
Comment (by pmota):

 I built libMA57.a and libmetis.a
 However, when configuring the system (libMA57.a and libmetis.a are in
 $HOME/Ipopt-3.3.4) with

 ./configure F77=g77 --with-hsl="-L$HOME/Ipopt-3.3.4 -lMA57 -lmetis"

 the configuration is successful until reporting the following

 checking for ma27ad in -L/home/pmota/Ipopt-3.3.4 -lMA57 -lmetis... no

 checking for mc19ad in -L/home/pmota/Ipopt-3.3.4 -lMA57 -lmetis... no

 checking for ma57ad in -L/home/pmota/Ipopt-3.3.4 -lMA57 -lmetis... no

 checking for ma28ad in -L/home/pmota/Ipopt-3.3.4 -lMA57 -lmetis... no

 Perhaps, this may help. I did a small test in a dir named MA57:

 g77 -o test test.f -L$HOME/MA57 -lMA57 -lmetis

 works, but

 g77 -o test -L$HOME/MA57 -lMA57 -lmetis test.f

 does not work.

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



More information about the Ipopt-tickets mailing list