-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
In conda-forge, we've been blocked for a long time from enabling newer LAPACK versions by default by failing tests in the LAPACK 3.10.1 test suite when run against MKL.
In the context of figuring out these errors, the Intel people asked me if it's possible to test against 3.11.0 as well, which I did in conda-forge/blas-feedstock#114. Through this, I noticed that there are failures with openblas builds on windows (while linux/osx run fine):
98% tests passed, 2 tests failed out of 82
Total Test time (real) = 97.47 sec
The following tests FAILED:
25 - LAPACK-xeigtstd_dec_in (Failed)
54 - LAPACK-xeigtstz_zec_in (Failed)
more detailed logs
25/82 Test #25: LAPACK-xeigtstd_dec_in ...........***Failed 0.47 sec
Running: D:/bld/blas-split_1711250773222/work/build/bin/xeigtstd.exe
ARGS= OUTPUT_FILE;D:/bld/blas-split_1711250773222/work/build/TESTING/dec.out;ERROR_FILE;D:/bld/blas-split_1711250773222/work/build/TESTING/dec.out.err;INPUT_FILE;D:/bld/blas-split_1711250773222/work/TESTING/dec.in
Test OUTPUT:
Test ERROR:
CMake Error at D:/bld/blas-split_1711250773222/work/TESTING/runtest.cmake:36 (message):
Test D:/bld/blas-split_1711250773222/work/build/bin/xeigtstd.exe returned
Stack overflow
[...]
54/82 Test #54: LAPACK-xeigtstz_zec_in ...........***Failed 0.09 sec
Running: D:/bld/blas-split_1711250773222/work/build/bin/xeigtstz.exe
ARGS= OUTPUT_FILE;D:/bld/blas-split_1711250773222/work/build/TESTING/zec.out;ERROR_FILE;D:/bld/blas-split_1711250773222/work/build/TESTING/zec.out.err;INPUT_FILE;D:/bld/blas-split_1711250773222/work/TESTING/zec.in
Test OUTPUT:
Test ERROR:
CMake Error at D:/bld/blas-split_1711250773222/work/TESTING/runtest.cmake:36 (message):
Test D:/bld/blas-split_1711250773222/work/build/bin/xeigtstz.exe returned
Stack overflow
Metadata
Metadata
Assignees
Labels
No labels