coin-or-tools / BuildTools

Macros and patches for GNU autotools
https://coin-or-tools.github.io/BuildTools/
Other
3 stars 7 forks source link

[Ipopt] Using ipopt with PARDISO --- Sep 2013 #106

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: sorakid

Original creation time: 2013-09-11 00:22:10

Assignee: @svigerske

Version: 0.7

Keywords: Pardiso, Ipopt

Dear All,

I used to use IPOPT (3.10.4) with MA57 on my problems and it works fine. Now I want to use IPOPT with Pardiso but the problem is I cannot compile them together.

I had read several tickets about this issue (e.g: http://list.coin-or.org/pipermail/ipopt/2010-May/002028.html), but it seems none can solve my problem.

From previous tickets, I understand that I need to get GotoBlas which is not supported anymore. As an alternative, I installed OpenBlas, which is an update version of GotoBlas. I tried to use following commands to compile it but both failed: %../configure --with-pardiso="-L$PATHTOPARDISO/libpardiso495-GNU463-X86-64.so -L$PATHTOOPENBLAS/libopenblas.a -L$PATHTOGOMP/libgomp.a"

%../configure --with-pardiso="-qsmp=omp $PATHTOPARDISO/libpardiso495-GNU463-X86-64.so -L$PATHTOOPENBLAS/libopenblas.a "

The error message is: checking whether user-supplied Pardiso library "-L$PATHTOPARDISO/libpardiso495-GNU463-X86-64.so -L$PATHTOOPENBLAS/libopenblas.a -L$PATHTOGOMP/libgomp.a" works... configure: error: Pardiso library -L$PATHTOPARDISO/libpardiso495-GNU463-X86-64.so -L$PATHTOOPENBLAS/libopenblas.a -L$PATHTOGOMP/libgomp.a does not seem to work

I also tried to check the config.log file, but please forgive me that I cannot figure out the problem. It just shows: %configure:23370: error: /bin/bash '../../Ipopt/configure' failed for Ipopt

I also attached the log file to this ticket and hope someone can help me to compile it. I appreciate your time and help in advance. ;-)

Cheers,

Ny

svigerske commented 5 years ago

Attachment config.log by sorakid created at 2013-09-11 00:22:58

the config.log file

svigerske commented 5 years ago

Comment by @svigerske created at 2017-07-25 15:55:11

We would need the config.log file from the Ipopt subdirectory.

Also this ticket would fit better into the Ipopt bugtracking system. Please create one there if this is still an issue.

svigerske commented 5 years ago

Comment by @svigerske created at 2017-07-25 15:55:11

Resolution: invalid