[Ipopt] Problem while converting the LAPACK fortran files to C
Andreas Waechter
andreasw at watson.ibm.com
Tue Aug 19 14:00:37 EDT 2008
Hi Nandini,
Did you verify that the files are in
..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\
compared to the directory where you are running the convert_lapack script
from? That's where they should be. Maybe you unpacked the lapack.tgz
into a different place...
Regards,
Andreas
On Tue, 19 Aug 2008, Nandini Chakravorti wrote:
> Hi,
>
> As per the instructions given in INSTALL.LAPACK I have downloaded the
> lapack.tgz on windows. The folder structure is
> IpOpt\ThirdParty\Lapack -- this folder has
> the LAPACK file and the other configurations and installation files which
> comes along with the IpOpt package.
>
> When I am trying to run the convert_lapack Batch File I get the
> following error
> C:\Ipopt\3.4\Ipopt\MSVisualStudio\v8\libCoinLapack>convert_lapack.bat
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dgetf
> 2.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dgetr
> f.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dgetr
> s.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlae2
> .c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlaev
> 2.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlans
> t.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlans
> y.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlapy
> 2.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlarf
> .c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlarf
> b.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlarf
> g.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlarf
> t.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlart
> g.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlasc
> l.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlase
> t.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlasr
> .c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlasr
> t.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlass
> q.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlasw
> p.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dlatr
> d.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dorg2
> l.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dorg2
> r.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dorgq
> l.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dorgq
> r.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dorgt
> r.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dpotf
> 2.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dpotr
> f.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dpotr
> s.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dsteq
> r.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dster
> f.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dsyev
> .c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dsytd
> 2.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\dsytr
> d.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\ieeec
> k.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\ilaen
> v.c
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\SRC\iparm
> q.c
> The system cannot find the path specified.
> Compiler error line 0: can't open
> ..\..\..\..\ThirdParty\Lapack\LAPACK\INSTALL\d
> lamch.c
> The system cannot find the path specified.
> C:\Ipopt\3.4\Ipopt\MSVisualStudio\v8\libCoinLapack>
>
> Please let me know where I am going wrong. This looks like a
> configuration issue - where the path might not have been set. But I am not
> able to figure it out.
>
> Regards,
> Nandini
>
More information about the Ipopt
mailing list