We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building on Fedora 28 using gcc 8.1.1, get segmentation fault when doing tests:
NEP: Testing Nonsymmetric Eigenvalue Problem routines ./EIG/xeigtstz < nep.in > znep.out 2>&1 /bin/sh: line 1: 9646 Segmentation fault (core dumped) ./EIG/xeigtstz < nep.in > znep.out 2>&1 make[1]: *** [Makefile:464: znep.out] Error 139
The text was updated successfully, but these errors were encountered:
Absolutely the same problem on Ubuntu: Just got last version of lapack-release, then make.
upd: this one solution worked for me https://unix.stackexchange.com/questions/428394/lapack-make-fails-recipe-for-target-znep-out-failed-error
Sorry, something went wrong.
./xeigtstz < nep.in > znep.out 2>&1
Hello! There are some other issues related to the same problem, e.g., #85 and #335. I am closing this issue and move the discussion to #335.
No branches or pull requests
When building on Fedora 28 using gcc 8.1.1, get segmentation fault when doing tests:
NEP: Testing Nonsymmetric Eigenvalue Problem routines
./EIG/xeigtstz < nep.in > znep.out 2>&1
/bin/sh: line 1: 9646 Segmentation fault (core dumped) ./EIG/xeigtstz < nep.in > znep.out 2>&1
make[1]: *** [Makefile:464: znep.out] Error 139
The text was updated successfully, but these errors were encountered: