Description
The Pardiso ComplexF64 test (test/pardiso/pardiso.jl line 47) fails on Julia pre-release (1.13.0-beta2) with a "Zero pivot, numerical fact. or iterative refinement problem" error from MKL Pardiso.
Error
LoadError: Zero pivot, numerical fact. or iterative refinement problem.
Stacktrace:
[1] check_error(ps::Pardiso.MKLPardisoSolver, err::Int32)
@ Pardiso ~/.julia/packages/Pardiso/GVB44/src/mkl_pardiso.jl:83
[2] ccall_pardiso(ps::Pardiso.MKLPardisoSolver, N::Int64, nzval::Vector{ComplexF64}, ...)
@ Pardiso ~/.julia/packages/Pardiso/GVB44/src/mkl_pardiso.jl:75
Context
Workaround
Pardiso tests have been excluded from pre-release Julia CI in the test matrix to keep CI green.
Action Items
Description
The Pardiso ComplexF64 test (
test/pardiso/pardiso.jlline 47) fails on Julia pre-release (1.13.0-beta2) with a "Zero pivot, numerical fact. or iterative refinement problem" error from MKL Pardiso.Error
Context
pre(currently 1.13.0-beta2)MKLPardisoIterate()with a ComplexF64 sparse matrixWorkaround
Pardiso tests have been excluded from pre-release Julia CI in the test matrix to keep CI green.
Action Items