Skip to content

MKL Pardiso ComplexF64 test fails on Julia 1.13 pre-release (Zero pivot error) #879

@ChrisRackauckas-Claude

Description

@ChrisRackauckas-Claude

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

  • Investigate if this is a Julia 1.13 regression or MKL compatibility issue
  • Re-enable Pardiso pre-release tests once Julia 1.13 is stable or the issue is resolved

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions