-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recipe for target 'znep.out' failed error #474
Comments
Do you really still get the |
My compiler is gfortran and install on the Ubuntu18.04(VMware Workstation). I checked the file TEST/testing_results.txt and found the error message: ZGV drivers: 1 out of 1092 tests failed to pass the threshold |
Hi. I had a similar test failing on a Ubuntu 18.04.5 LTS (5.4.0-64-generic) using GNU Fortran (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0. The build process runs without the
and
In the
|
@caobo1997, could you please verify if @thijssteel's solution #477 solves the failing test? It worked for me.
|
Wouldn't surprise me. #477 solves a pretty big problem in ZHGEQZ to the point that i'm amazed it ever worked. Definately worth a shot. |
This issue closes with #477. Thanks @thijssteel! |
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:
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
The text was updated successfully, but these errors were encountered: