Skip to content
Snippets Groups Projects
  • Bernd Flemisch's avatar
    4c55a5aa
    Deprecate SeqPardiso and remove test_pardiso. · 4c55a5aa
    Bernd Flemisch authored
    The preconditioner `SeqPardiso` using the sparse direct solver
    library Pardiso has not been actively maintained for several
    years. It is still based on a very old Pardiso version; finding
    the library never went into the CMake build system. Moreover,
    Pardiso is not open source. With SuperLU and UMFPack, two working
    alternative direct solvers are available.
    
    Drop the support for Pardiso by deprecating `SeqPardiso` and
    removing the corresponding test.
    4c55a5aa
    History
    Deprecate SeqPardiso and remove test_pardiso.
    Bernd Flemisch authored
    The preconditioner `SeqPardiso` using the sparse direct solver
    library Pardiso has not been actively maintained for several
    years. It is still based on a very old Pardiso version; finding
    the library never went into the CMake build system. Moreover,
    Pardiso is not open source. With SuperLU and UMFPack, two working
    alternative direct solvers are available.
    
    Drop the support for Pardiso by deprecating `SeqPardiso` and
    removing the corresponding test.
pardiso.hh 5.56 KiB