Hello,<br>
<br>
I've resently compiled ipopt with the pardiso solver, but have gotten the follwoing error.<br>
I don't know what termination code 11 is...<br>
<br>
Ipopt 3.1.0: halt_on_ampl_error yes<br>
******************************************************************************<br>
This program contains Ipopt, a library for large-scale nonlinear optimization.<br>
Ipopt is released as open source code under the Common Public License (CPL).<br>
For more information visit <a href="http://projects.coin-or.org/Ipopt">http://projects.coin-or.org/Ipopt</a><br>
******************************************************************************<br>
<br>
Number of nonzeros in equality constraint Jacobian...: 166317<br>
Number of nonzeros in inequality constraint Jacobian.: 0<br>
Number of nonzeros in Lagrangian Hessian.............: 165840<br>
<br>
Total number of variables............................: 19233<br>
variables with only lower
bounds: 0<br>
variables with lower and upper bounds: 14013<br>
variables with only upper
bounds: 0<br>
Total number of equality constraints.................: 19113<br>
Total number of inequality constraints...............: 0<br>
inequality constraints with
only lower bounds: 0<br>
inequality constraints with lower and upper bounds: 0<br>
inequality constraints with
only upper bounds: 0<br>
<br>
[........]<br>
iter objective inf_pr
inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls<br>
80 4.0848058e+05 2.19e-02 4.02e+05 -4.0 1.96e-01 0.0 1.00e+00 1.55e-03h 1<br>
81 3.9552385e+05 2.44e-01 2.62e+05 -3.4 1.68e+00 -4.0 1.00e+00 4.04e-01f 1<br>
82 3.8613839e+05 6.64e-01 4.05e+03 -3.6 8.99e-01 -4.0 1.00e+00 1.00e+00h 1<br>
83 3.9630983e+05 4.79e-01 9.46e+04 -2.4 5.99e-01 -4.0 6.99e-01 5.35e-01f 1<br>
84 4.0972022e+05 4.54e-03 2.20e+04 -2.6 1.22e-01 0.0 8.66e-01 1.00e+00h 1<br>
85 4.1001553e+05 1.09e-05 2.37e+00 -2.7 1.63e-03 2.0 1.00e+00 1.00e+00h 1<br>
error running ipopt:<br>
termination code 11<br>
<BREAK><br>
<br>
I'm using linux (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)), I compiled IPOPT as follows:<br>
<br>
$ ./configure -with-pardiso="/home/rush/lib/libpardiso_GNU_IA32.so"<br>
$ make ; make install<br>
<br>
With no errors during configuration or compilation....<br>
<br>
Any help will be very much appreciated....<br>
thanks all,<br>
Rodrigo<br clear="all"><br>-- <br>Rodrigo López Negrete<br><a href="http://muon.blogdns.org/~rush/">http://muon.blogdns.org/~rush/</a>