Skip to content
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

Arpack-Ng test suite crashes at bug 142 test #302

Open
mabalenk opened this issue Mar 26, 2021 · 1 comment
Open

Arpack-Ng test suite crashes at bug 142 test #302

mabalenk opened this issue Mar 26, 2021 · 1 comment

Comments

@mabalenk
Copy link

Expected behavior

Pass all tests with make check

Actual behavior

Test called bug_142 fails.

Where/how to reproduce the problem

  • arpack-ng commit: e3bdd3b
  • OS: ArchLinux
  • compiler: mpif77 from MPICH2 3.4.1 with GNU Fortran (GCC) 10.2.0
  • environment:
    export 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"
  • configure:
    mkdir -p build && cd build
    ../configure --prefix=${PREFIX} --enable-static --with-blas="-L/usr/lib -lopenblas" --with-lapack="-L/usr/lib -llapack" --enable-mpi
  • input data: None

Steps to reproduce the problem

  • Compile the code with make
  • Run tests with 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

@mabalenk mabalenk changed the title Arpck-Ng test suite crashes at bug 142 test Arpack-Ng test suite crashes at bug 142 test Mar 26, 2021
@fghoussen
Copy link
Collaborator

Is it OK without export INTERFACE64=1 ? If you use export INTERFACE64=1, you need to provide ILP64 blas / lapack

./configure --with-blas=mkl_gf_ilp64 --with-lapack=mkl_gf_ilp64 --enable-mpi --enable-icb-exmm \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants