Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 2.05 KB

TODO.md

File metadata and controls

56 lines (44 loc) · 2.05 KB

TODO:

  • done:

    • (core plugin, dense) GaussianElimination
    • (core plugin, dense) LAPACK2
    • (core plugin, dense) Dlib
    • (core plugin, sparse) GMRES
    • (separate plugin, sparse) Pardiso/Basel7 (version 4)
    • (separate plugin, sparse) Pardiso/Intel MKL (version 3)
    • (separate plugin, sparse) DSS/Intel MKL
    • (separate plugin, sparse) WSMP
  • work in progress:

    • (separate plugin, sparse) PETSc5
    • (separate plugin, sparse) ISS/Intel MKL
  • to consider:

    • (core plugin, dense) Eigen1
    • (core plugin, sparse) Eigen1 (extending the sparse matrices pruning)
    • (separate plugin, sparse) MUMPS
    • (separate plugin, sparse) SPARSKIT8 (neglected uncle of pARMS?)
    • (separate plugin, sparse) SuperLU9
    • (separate plugin, sparse) Trilinos/AztecOO
    • (separate plugin, sparse) Trilinos/ShyLU
  • probably not reasonable:

    • (separate plugin, hypergraph partitioning) Mondriaan11
    • (separate plugin, hypergraph partitioning) PaToH (used via Zoltan or Mondriaan)12
    • (separate plugin, sparse) Aztec
    • (separate plugin, sparse) HSL Mathematical Software Library4
    • (separate plugin, sparse) PSPIKE6 (abandoned?)
    • (separate plugin, sparse) SAMG
    • (separate plugin, sparse) SAMGp
    • (separate plugin, sparse) Trilinos (other solvers?)
    • (separate plugin, sparse) pARMS10