-
Notifications
You must be signed in to change notification settings - Fork 480
Description
I am honour to learn LAPACK package, I created the make.inc file with the example(the content is the same as make.inc.example).
But when I installed it with 'make', there was some errors:
make[2]: Leaving directory '/home/cb/Documents/DBSR3-master/T/Libraries_03/lapack-master/TESTING/EIG'
NEP: Testing Nonsymmetric Eigenvalue Problem routines
./EIG/xeigtstz < nep.in > znep.out 2>&1
Makefile:468: recipe for target 'znep.out' failed
make[1]: *** [znep.out] Error 139
make[1]: Leaving directory '/home/cb/Documents/DBSR3-master/T/Libraries_03/lapack-master/TESTING'
Makefile:69: recipe for target 'lapack_testing' failed
make: *** [lapack_testing] Error 2
And I found in the previous issue that someone used the command 'ulimit -s unlimited' to solve this problem
(I'm very sorry that I didn't found how to cite him). But this does not solve the problem, the terminal information is:
--> LAPACK TESTING SUMMARY <--
Processing LAPACK Testing output found in the TESTING directory
SUMMARY nb test run numerical error other error
================ =========== ================= ================
REAL 1316145 0 (0.000%) 0 (0.000%)
DOUBLE PRECISION 1316957 0 (0.000%) 0 (0.000%)
COMPLEX 776316 0 (0.000%) 0 (0.000%)
COMPLEX16 767216 1 (0.000%) 1 (0.000%)
--> ALL PRECISIONS 4176634 1 (0.000%) 1 (0.000%)
Can anyone help me? Thank you