- 积分
- 31
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-10-15
- 最后登录
- 1970-1-1
![[郑_子豪] 粉丝数:575 微博数:915 新浪微博达人勋](source/plugin/sina_login/img/light.png)
|
发表于 2016-3-6 19:53:49
|
显示全部楼层
root@ubuntu:/usr/local/lapack-3.5.0# cp make.inc.example make.inc
root@ubuntu:/usr/local/lapack-3.5.0# make
( cd INSTALL; make; ./testlsame; ./testslamch; ./testdlamch; \
./testsecond; ./testdsecnd; ./testieee; ./testversion )
make[1]: Entering directory '/usr/local/lapack-3.5.0/INSTALL'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/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.00 seconds
*** Warning: Time for operations was less or equal than zero => timing in TESTING might be dubious
Including SECOND, time = 0.00 seconds
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.00 seconds
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]: Entering directory '/usr/local/lapack-3.5.0/BLAS/SRC'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/usr/local/lapack-3.5.0/BLAS/SRC'
( cd SRC; make )
make[1]: Entering directory '/usr/local/lapack-3.5.0/SRC'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/usr/local/lapack-3.5.0/SRC'
( cd TESTING/MATGEN; make )
make[1]: Entering directory '/usr/local/lapack-3.5.0/TESTING/MATGEN'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/usr/local/lapack-3.5.0/TESTING/MATGEN'
( cd BLAS/TESTING; make -f Makeblat1 )
make[1]: Entering directory '/usr/local/lapack-3.5.0/BLAS/TESTING'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/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]: Entering directory '/usr/local/lapack-3.5.0/BLAS/TESTING'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/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]: Entering directory '/usr/local/lapack-3.5.0/BLAS/TESTING'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/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]: Entering directory '/usr/local/lapack-3.5.0/TESTING'
ZGGBAL: Testing the balancing of a pair of COMPLEX general matrices
./xeigtstz < zgbal.in > zgbal.out 2>&1
Makefile:497: recipe for target 'zgbal.out' failed
make[1]: *** [zgbal.out] Error 139
make[1]: Leaving directory '/usr/local/lapack-3.5.0/TESTING'
Makefile:39: recipe for target 'lapack_testing' failed
make: *** [lapack_testing] Error 2
root@ubuntu:/usr/local/lapack-3.5.0# pe for target 'zgbal.out' failed
pe: command not found
root@ubuntu:/usr/local/lapack-3.5.0#
求解答 安装“开始安装ARWpost”这部分的时候 遇到问题 但是并木有像楼主说的那样 make几次就好了 make多次还是一摸一样 有人会解决不? |
|