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
bug 142
Pass all tests with make check
make check
Test called bug_142 fails.
bug_142
mpif77
make
PASS: dnsimp PASS: bug_1323 PASS: bug_58_double PASS: bug_79_double_complex FAIL: bug_142 PASS: bug_142_gen PASS: bug_1315_single PASS: bug_1315_double
Testsuite summary for ARPACK-NG 3.9.0
See TESTS/test-suite.log Please report to https://github.com/opencollab/arpack-ng/issues/
make[3]: *** [Makefile:946: test-suite.log] Error 1 make[3]: Leaving directory '/home/mabalenk/repo/git/arpack-ng/build/TESTS' make[2]: *** [Makefile:1054: check-TESTS] Error 2 make[2]: Leaving directory '/home/mabalenk/repo/git/arpack-ng/build/TESTS' make[1]: *** [Makefile:1191: check-am] Error 2 make[1]: Leaving directory '/home/mabalenk/repo/git/arpack-ng/build/TESTS' make: *** [Makefile:522: check-recursive] Error 1
~/arpack-ng> tail -n 300 test-suite.log
ARPACK-NG 3.9.0: TESTS/test-suite.log
TOTAL: 8 PASS: 7 SKIP: 0 XFAIL: 0 FAIL: 1 XPASS: 0 ERROR: 0
.. contents:: :depth: 2
FAIL: bug_142
STOP 1
Error with _naupd, info = -8 Check the documentation of _naupd
FAIL bug_142 (exit status: 1)
~/arpack-ng/build> cat TESTS/bug_142.log
(gdb) bt
The text was updated successfully, but these errors were encountered:
Is it OK without export INTERFACE64=1 ? If you use export INTERFACE64=1, you need to provide ILP64 blas / lapack
export INTERFACE64=1
arpack-ng/.travis.yml
Line 281 in deb47b5
Sorry, something went wrong.
No branches or pull requests
Expected behavior
Pass all tests with
make check
Actual behavior
Test called
bug_142
fails.Where/how to reproduce the problem
mpif77
from MPICH2 3.4.1 with GNU Fortran (GCC) 10.2.0export MPICH_PATH=/opt/mpich
export MPIFC=${MPICH_PATH}/bin/mpifort
export MPICC=${MPICH_PATH}/bin/mpicc
export MPICXX=${MPICH_PATH}/bin/mpicxx
export FFLAGS="-fPIC -m64"
export FCFLAGS="-fPIC -m64"
export LIBS="-L/usr/lib -lopenblas -llapack -L${MPICH_PATH}/lib -lmpi -lmpicxx -lmpifort"
export INTERFACE64=1
export PREFIX="/opt/arpack-ng-openblas-3.9.0"
mkdir -p build && cd build
../configure --prefix=${PREFIX} --enable-static --with-blas="-L/usr/lib -lopenblas" --with-lapack="-L/usr/lib -llapack" --enable-mpi
Steps to reproduce the problem
make
make check
Error message
PASS: dnsimp
PASS: bug_1323
PASS: bug_58_double
PASS: bug_79_double_complex
FAIL: bug_142
PASS: bug_142_gen
PASS: bug_1315_single
PASS: bug_1315_double
Testsuite summary for ARPACK-NG 3.9.0
TOTAL: 8
PASS: 7
SKIP: 0
XFAIL: 0
FAIL: 1
XPASS: 0
ERROR: 0
See TESTS/test-suite.log
Please report to https://github.com/opencollab/arpack-ng/issues/
make[3]: *** [Makefile:946: test-suite.log] Error 1
make[3]: Leaving directory '/home/mabalenk/repo/git/arpack-ng/build/TESTS'
make[2]: *** [Makefile:1054: check-TESTS] Error 2
make[2]: Leaving directory '/home/mabalenk/repo/git/arpack-ng/build/TESTS'
make[1]: *** [Makefile:1191: check-am] Error 2
make[1]: Leaving directory '/home/mabalenk/repo/git/arpack-ng/build/TESTS'
make: *** [Makefile:522: check-recursive] Error 1
Traces
~/arpack-ng> tail -n 300 test-suite.log
ARPACK-NG 3.9.0: TESTS/test-suite.log
TOTAL: 8
PASS: 7
SKIP: 0
XFAIL: 0
FAIL: 1
XPASS: 0
ERROR: 0
.. contents:: :depth: 2
FAIL: bug_142
STOP 1
Error with _naupd, info = -8
Check the documentation of _naupd
FAIL bug_142 (exit status: 1)
~/arpack-ng/build> cat TESTS/bug_142.log
STOP 1
Error with _naupd, info = -8
Check the documentation of _naupd
FAIL bug_142 (exit status: 1)
Callstack
(gdb) bt
Notes, remarks
The text was updated successfully, but these errors were encountered: