Hallo
I want to get lapack library for IBM AIX.
I download lapack-3.2
In lapack-3.2/, I copy INSTALL/make.inc.RS6K to make.inc
Now I Change FORTRAN and LOADER to 'xlf_r'
Change OPTS to '-O2 -qmaxmem=32767 -qflttrap=zerodivide:invalid:nanq:enable
-qsigtrap=xl__trce'
When I do make clean and then make it give error as
xlf_r -O2 -qmaxmem=32767 -qflttrap=zerodivide:invalid:nanq:enable
-qsigtrap=xl__trce -c LAPACK_version.f -o LAPACK_version.o
COMMAND LINE 1520-010 (W) Incorrect suboption NANQ. Option FLTTRAP is ignored.
** lapack_version === End of Compilation 1 ===
1501-510 Compilation successful for file LAPACK_version.f.
xlf_r -o testversion ilaver.o LAPACK_version.o
Target "all" is up to date.
ASCII character set
Tests completed
Epsilon = 0.5960464478E-07
Safe minimum = 0.1175494351E-37
Base = 2.000000000
Precision = 0.1192092896E-06
Number of digits in mantissa = 24.00000000
Rounding mode = 1.000000000
Minimum exponent = -125.0000000
Underflow threshold = 0.1175494351E-37
Largest exponent = 128.0000000
---------------------------------------------------------------------------
-------------------------------------------------------------------------
Including DSECND, time = .000E+00 seconds
Average time for DSECND = -.200E-02 milliseconds
Equivalent floating point ops = -200. ops
LAPACK 3 . 2 . 0
( cd SRC; make )
"Makefile", line 362: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 364: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 400: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 406: make: 1254-055 Dependency line needs colon or double
colon operator.
make: 1254-058 Fatal errors encountered -- cannot continue.
make: 1254-004 The error code from the last command is 2.
Stop.
What to do?
S R
---------------------------------
Add more friends to your messenger and enjoy! Invite them now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.cs.utk.edu/private/lapack/attachments/20090116/78278c9f/attachment.html
|