[Ipopt-tickets] Re: [Ipopt] #11: Install IPOPT with Pardiso on AIX

Ipopt coin-trac at coin-or.org
Wed Jun 7 12:11:35 EDT 2006


#11: Install IPOPT with Pardiso on AIX
--------------------------------+-------------------------------------------
  Reporter:  andanh             |       Owner:  andreasw         
      Type:  defect             |      Status:  assigned         
  Priority:  normal             |   Component:  Ipopt            
   Version:  3.0 - C++ Version  |    Severity:  normal           
Resolution:                     |    Keywords:  class MatrixSpace
--------------------------------+-------------------------------------------
Comment (by andanh):

 Hi Andreas,

 I submit again the output in two cases: [1] with option -g and [2] with
 options -O3 -qhot.

 [1] : I made clean and compiled twice to ensure that I did not make any
 confusion.

 Thanks you so much

 Danh.


 *****************************************************************************************************
 [1] WITH OPTION -g:
 *****************************************************************************************************
 make[1]: Leaving directory
 `/amd_mnt/janus/users/lysithea/janus/andanh/IPOPT31/Common'
 Making all in LinAlg
 make[1]: Entering directory
 `/amd_mnt/janus/users/lysithea/janus/andanh/IPOPT31/LinAlg'
 Making all in TMatrices
 make[2]: Entering directory
 `/amd_mnt/janus/users/lysithea/janus/andanh/IPOPT31/LinAlg/TMatrices'
 source='IpGenTMatrix.cpp' object='IpGenTMatrix.o' libtool=no \
 DEPDIR=.deps depmode=aix /bin/sh ../../depcomp \
 xlC -DHAVE_CONFIG_H -I. -I. -I../../inc     -q64 -g -qarch=auto
 -qcache=auto -qtune=auto -qmaxmem=-1 -bmaxdata:0x80000000 -qrtti=dyna
 -I`echo ./../../Common` -I`echo ./..` -c -o IpGenTMatrix.o
 IpGenTMatrix.cpp
 "./../../Common/IpSmartPtr.hpp", line 508.10: 1540-0251 (S) The "->"
 operator cannot be applied to the undefined class "class MatrixSpace".
 "./../../Common/IpSmartPtr.hpp", line 497.16: 1540-0700 (I) The previous
 message was produced while processing "Ipopt::SmartPtr<const
 Ipopt::MatrixSpace>::SetFromRawPtr_(const Ipopt::MatrixSpace *)".
 "./../../Common/IpSmartPtr.hpp", line 424.12: 1540-0700 (I) The previous
 message was produced while processing "Ipopt::SmartPtr<const
 Ipopt::MatrixSpace>::SmartPtr(const Ipopt::MatrixSpace *)".
 "./../IpMatrix.hpp", line 38.9: 1540-0700 (I) The previous message was
 produced while processing "Ipopt::Matrix::Matrix(const MatrixSpace *)".
 "./../../Common/IpSmartPtr.hpp", line 557.11: 1540-0251 (S) The "->"
 operator cannot be applied to the undefined class "class MatrixSpace".
 "./../../Common/IpSmartPtr.hpp", line 548.8: 1540-0700 (I) The previous
 message was produced while processing "Ipopt::SmartPtr<const
 Ipopt::MatrixSpace>::ReleasePointer_()".
 "./../../Common/IpSmartPtr.hpp", line 497.16: 1540-0700 (I) The previous
 message was produced while processing "Ipopt::SmartPtr<const
 Ipopt::MatrixSpace>::SetFromRawPtr_(const Ipopt::MatrixSpace *)".
 "./../../Common/IpSmartPtr.hpp", line 424.12: 1540-0700 (I) The previous
 message was produced while processing "Ipopt::SmartPtr<const
 Ipopt::MatrixSpace>::SmartPtr(const Ipopt::MatrixSpace *)".
 "./../IpMatrix.hpp", line 38.9: 1540-0700 (I) The previous message was
 produced while processing "Ipopt::Matrix::Matrix(const MatrixSpace *)".
 "./../../Common/IpSmartPtr.hpp", line 558.15: 1540-0251 (S) The "->"
 operator cannot be applied to the undefined class "class MatrixSpace".
 make[2]: *** [IpGenTMatrix.o] Error 1
 make[2]: Leaving directory
 `/amd_mnt/janus/users/lysithea/janus/andanh/IPOPT31/LinAlg/TMatrices'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/amd_mnt/janus/users/lysithea/janus/andanh/IPOPT31/LinAlg'
 make: *** [all-recursive] Error 1

 *****************************************************************************************************
 [2] WITH OPTIONS: -O3 -qhot
 *****************************************************************************************************
 make[2]: Leaving directory
 `/amd_mnt/janus/users/lysithea/janus/andanh/IPOPT31/LinAlg'
 make[1]: Leaving directory
 `/amd_mnt/janus/users/lysithea/janus/andanh/IPOPT31/LinAlg'
 Making all in Algorithm
 make[1]: Entering directory
 `/amd_mnt/janus/users/lysithea/janus/andanh/IPOPT31/Algorithm'
 Making all in LinearSolvers
 make[2]: Entering directory
 `/amd_mnt/janus/users/lysithea/janus/andanh/IPOPT31/Algorithm/LinearSolvers'
 source='IpLinearSolversRegOp.cpp' object='IpLinearSolversRegOp.o'
 libtool=no \
 DEPDIR=.deps depmode=aix /bin/sh ../../depcomp \
 xlC -DHAVE_CONFIG_H -I. -I. -I../../inc     -q64 -O3 -qhot -qarch=auto
 -qcache=auto -qtune=auto -qmaxmem=-1 -bmaxdata:0x80000000 -qrtti=dyna
 -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo
 ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces`  -c -o
 IpLinearSolversRegOp.o IpLinearSolversRegOp.cpp
 source='IpTripletToCSRConverter.cpp' object='IpTripletToCSRConverter.o'
 libtool=no \
 DEPDIR=.deps depmode=aix /bin/sh ../../depcomp \
 xlC -DHAVE_CONFIG_H -I. -I. -I../../inc     -q64 -O3 -qhot -qarch=auto
 -qcache=auto -qtune=auto -qmaxmem=-1 -bmaxdata:0x80000000 -qrtti=dyna
 -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo
 ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces`  -c -o
 IpTripletToCSRConverter.o IpTripletToCSRConverter.cpp
 source='IpTSymLinearSolver.cpp' object='IpTSymLinearSolver.o' libtool=no \
 DEPDIR=.deps depmode=aix /bin/sh ../../depcomp \
 xlC -DHAVE_CONFIG_H -I. -I. -I../../inc     -q64 -O3 -qhot -qarch=auto
 -qcache=auto -qtune=auto -qmaxmem=-1 -bmaxdata:0x80000000 -qrtti=dyna
 -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo
 ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces`  -c -o
 IpTSymLinearSolver.o IpTSymLinearSolver.cpp
 xlC: 1501-224 fatal error in /usr/vac/exe/ipa64: signal 11 received
 make[2]: *** [IpTSymLinearSolver.o] Error 251
 make[2]: Leaving directory
 `/amd_mnt/janus/users/lysithea/janus/andanh/IPOPT31/Algorithm/LinearSolvers'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/amd_mnt/janus/users/lysithea/janus/andanh/IPOPT31/Algorithm'
 make: *** [all-recursive] Error 1

-- 
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/11>
Ipopt <http://www.coin-or.org>
Ipopt Tickets


More information about the Ipopt-tickets mailing list