爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 3745|回复: 0

[求助] 安装lapack-3.5.0 出现make错误,求解决,谢谢

[复制链接]

新浪微博达人勋

发表于 2017-4-7 12:50:00 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
( cd INSTALL; make; ./testlsame; ./testslamch; ./testdlamch; \
./testsecond; ./testdsecnd; ./testieee; ./testversion )
make[1]: 进入目录“/usr/local/lapack-3.5.0/INSTALL”
make[1]: 对“all”无需做任何事。
make[1]: 离开目录“/usr/local/lapack-3.5.0/INSTALL”
  ASCII character set
  Tests completed
  Epsilon                      =    5.96046448E-08
  Safe minimum                 =    1.17549435E-38
  Base                         =    2.00000000   
  Precision                    =    1.19209290E-07
  Number of digits in mantissa =    24.0000000   
  Rounding mode                =    1.00000000   
  Minimum exponent             =   -125.000000   
  Underflow threshold          =    1.17549435E-38
  Largest exponent             =    128.000000   
  Overflow threshold           =    3.40282347E+38
  Reciprocal of safe minimum   =    8.50705917E+37
  Epsilon                      =    1.1102230246251565E-016
  Safe minimum                 =    2.2250738585072014E-308
  Base                         =    2.0000000000000000     
  Precision                    =    2.2204460492503131E-016
  Number of digits in mantissa =    53.000000000000000     
  Rounding mode                =    1.0000000000000000     
  Minimum exponent             =   -1021.0000000000000     
  Underflow threshold          =    2.2250738585072014E-308
  Largest exponent             =    1024.0000000000000     
  Overflow threshold           =    1.7976931348623157E+308
  Reciprocal of safe minimum   =    4.4942328371557898E+307
Time for  0.100E+09 SAXPY ops =  0.400E-05 seconds
SAXPY performance rate        =  0.250E+08 mflops
Including SECOND, time        =  0.147E-02 seconds
Average time for SECOND       =  0.293E-04 milliseconds
Equivalent floating point ops =  0.732E+06 ops
Time for  0.100E+09 DAXPY ops =   0.00     seconds
*** Warning:  Time for operations was less or equal than zero => timing in TESTING might be dubious
Including DSECND, time        =  0.292E-02 seconds
Average time for DSECND       =  0.583E-04 milliseconds
We are about to check whether infinity arithmetic
can be trusted.  If this test hangs, set
ILAENV = 0 for ISPEC = 10 in LAPACK/SRC/ilaenv.f

Infinity arithmetic performed as per the ieee spec.
However, this is not an exhaustive test and does not
guarantee that infinity arithmetic meets the ieee spec.

We are about to check whether NaN arithmetic
can be trusted.  If this test hangs, set
ILAENV = 0 for ISPEC = 11 in LAPACK/SRC/ilaenv.f

NaN arithmetic performed as per the ieee spec.
However, this is not an exhaustive test and does not
guarantee that NaN arithmetic meets the ieee spec.

LAPACK            3 .           5 .           0
( cd BLAS/SRC; make )
make[1]: 进入目录“/usr/local/lapack-3.5.0/BLAS/SRC”
make[1]: 对“all”无需做任何事。
make[1]: 离开目录“/usr/local/lapack-3.5.0/BLAS/SRC”
( cd SRC; make )
make[1]: 进入目录“/usr/local/lapack-3.5.0/SRC”
make[1]: 对“all”无需做任何事。
make[1]: 离开目录“/usr/local/lapack-3.5.0/SRC”
( cd TESTING/MATGEN; make )
make[1]: 进入目录“/usr/local/lapack-3.5.0/TESTING/MATGEN”
make[1]: 对“all”无需做任何事。
make[1]: 离开目录“/usr/local/lapack-3.5.0/TESTING/MATGEN”
( cd BLAS/TESTING; make -f Makeblat1 )
make[1]: 进入目录“/usr/local/lapack-3.5.0/BLAS/TESTING”
make[1]: 对“all”无需做任何事。
make[1]: 离开目录“/usr/local/lapack-3.5.0/BLAS/TESTING”
( cd BLAS; ./xblat1s > sblat1.out    ; \
           ./xblat1d > dblat1.out    ; \
           ./xblat1c > cblat1.out    ; \
           ./xblat1z > zblat1.out    )
( cd BLAS/TESTING; make -f Makeblat2 )
make[1]: 进入目录“/usr/local/lapack-3.5.0/BLAS/TESTING”
make[1]: 对“all”无需做任何事。
make[1]: 离开目录“/usr/local/lapack-3.5.0/BLAS/TESTING”
( cd BLAS; ./xblat2s < sblat2.in     ; \
           ./xblat2d < dblat2.in     ; \
           ./xblat2c < cblat2.in     ; \
           ./xblat2z < zblat2.in     )
( cd BLAS/TESTING; make -f Makeblat3 )
make[1]: 进入目录“/usr/local/lapack-3.5.0/BLAS/TESTING”
make[1]: 对“all”无需做任何事。
make[1]: 离开目录“/usr/local/lapack-3.5.0/BLAS/TESTING”
( cd BLAS; ./xblat3s < sblat3.in     ; \
           ./xblat3d < dblat3.in     ; \
           ./xblat3c < cblat3.in     ; \
           ./xblat3z < zblat3.in     )
( cd TESTING ; make )
make[1]: 进入目录“/usr/local/lapack-3.5.0/TESTING”
LSE: Testing Constrained Linear Least Squares routines
./xeigtstz < lse.in > zlse.out 2>&1
/bin/sh: 行 1: 28875 段错误               (吐核)./xeigtstz < lse.in > zlse.out 2>&1
make[1]: *** [zlse.out] 错误 139
make[1]: 离开目录“/usr/local/lapack-3.5.0/TESTING”
make: *** [lapack_testing] 错误 2


密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表