[Ipopt] MATLAB crash
Tony Kelman
kelman at berkeley.edu
Tue Jul 9 19:46:15 EDT 2013
Thanks for sending the log files. Configure was recognizing the site file as intended.
No, Ipopt won’t install to /usr/local/lib unless you specifically tell configure to do so via --prefix (which you didn’t). By default Ipopt installs to the /lib subdirectory of your build folder. You should check the modification date on the file /usr/local/lib/ipopt.mexa64, I suspect that is someone else’s mex file and your Matlab installation is adding /usr/local/lib to the Matlab path by default. I don’t think that’s a great place to put Matlab files, but anyway... try removing that folder from your Matlab path and ensuring you add the path to your build folder where your new version of ipopt.mexa64 is located.
-Tony
From: Vyacheslav Kungurtsev
Sent: Tuesday, July 09, 2013 3:47 PM
To: Stefan Vigerske ; ipopt at list.coin-or.org
Cc: Tony Kelman
Subject: Re: [Ipopt] MATLAB crash
Hello,
Config files attached.
I am not installing it to that directory intentionally. That seems to be where ipopt chooses to install it. I am fairly sure it does replace it every time, as I make sure to do a distclean before I reinstall each time.
Yes, I did rename it to config.site
Thank you
On Mon, Jul 8, 2013 at 8:59 PM, Stefan Vigerske <stefan at math.hu-berlin.de> wrote:
Hi,
On 07/08/2013 04:54 PM, Vyacheslav Kungurtsev wrote:
I had recently wanted to test the ipopt mex with ma97. I downloaded ipopt
3.11, installed all the third party software, coinhsl, copied the .site
file, as described in the installation instructions, into build/share.
Did you also rename it to config.site ?
Stefan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/ipopt/attachments/20130709/3e952317/attachment.html>
More information about the Ipopt
mailing list