简体   繁体   English

LAPACK 3.8.0安装[znep.out]错误139

[英]LAPACK 3.8.0 installation [znep.out] Error 139

I'm trying to install LAPACK 3.8.0 on fedora 20 to be able to use it for MESA code. 我正在尝试在fedora 20上安装LAPACK 3.8.0,以便能够将其用于MESA代码。 I faced the below TESTING error: 我遇到以下测试错误:

make[2]: Leaving directory /home/aunia/bin/lapack-3.8.0/TESTING/EIG' NEP: Testing Nonsymmetric Eigenvalue Problem routines ./EIG/xeigtstz < nep.in > znep.out 2>&1 /bin/sh: line 1: 16436 Segmentation fault (core dumped) ./EIG/xeigtstz < nep.in > znep.out 2>&1 make[1]: *** [znep.out] Error 139 make[1]: Leaving directory /home/aunia/bin/lapack-3.8.0/TESTING' make: *** [lapack_testing] Error 2 make [2]:离开目录/home/aunia/bin/lapack-3.8.0/TESTING/EIG' NEP: Testing Nonsymmetric Eigenvalue Problem routines ./EIG/xeigtstz < nep.in > znep.out 2>&1 /bin/sh: line 1: 16436 Segmentation fault (core dumped) ./EIG/xeigtstz < nep.in > znep.out 2>&1 make[1]: *** [znep.out] Error 139 make[1]: Leaving directory /home/aunia/bin/lapack-3.8.0/TESTING'make:*** [lapack_testing]错误2

I tried to update my gcc-fortran package but it didn't solve the problem. 我试图更新我的gcc-fortran软件包,但没有解决问题。 Can anybody help? 有人可以帮忙吗?

This is reference lapack. 这是参考lapack。 Is there a reason, why you would want to install the reference? 有没有理由要安装参考?

yum install lapack-devel 

should do it for you. 应该为你做。 The only reason, you would want to build lapack yourself would be an optimised version for you specific machine/cpu. 您想要自己构建lapack的唯一原因是针对您特定机器/ CPU的优化版本。 In which case I would recommend to not chose the reference but OpenBLAS or Atlas. 在这种情况下,我建议不要选择参考,而是选择OpenBLAS或Atlas。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM