ubuntu16.04编译LAPACK3.7.1出错

NEP: Testing Nonsymmetric Eigenvalue Problem routines
./EIG/xeigtstz < nep.in > znep.out 2>&1
Makefile:463: recipe for target 'znep.out' failed
make[1]: *** [znep.out] Error 139
make[1]: Leaving directory '/home/psdz/project/other/lapack-3.7.1/TESTING'
Makefile:42: recipe for target 'lapack_testing' failed
make: *** [lapack_testing] Error 2

编译时报了如上错误,依据命令搞定.

ulimit -s 100000

非常感谢这个大佬的解决方法,下面是他的博客

https://www.freesion.com/article/4480824835/

原文地址:https://www.cnblogs.com/zgl19991001/p/13959748.html