History log of /petsc/src/mat/tests/output/ex125_mumps_par_cholesky.out (Results 1 – 4 of 4)
Revision Date Author Comments
# 5249878f 04-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang-bantingl/superlu-matsolvetranspose' into 'main'

Superlu_dist: add tests of MatSolveTranspose() MatMatSolveTranspose()

See merge request petsc/petsc!5942


# 78bc9606 16-Dec-2022 Hong Zhang <hzhang@mcs.anl.gov>

followup MR5723; add tests of MatSolveTranspose() MatMatSolveTranspose() to src/mat/tests/ex125.c


# 133fc3fd 19-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/feature-mumps-mem-estimate' into 'main'

Add a feature to mumps interface: skip operations of MatFactorSymbolic() if it is re-called without changes in original matrix

See merge

Merge branch 'hzhang/feature-mumps-mem-estimate' into 'main'

Add a feature to mumps interface: skip operations of MatFactorSymbolic() if it is re-called without changes in original matrix

See merge request petsc/petsc!4727

show more ...


# d47f36ab 18-Jan-2022 Hong Zhang <hzhang@mcs.anl.gov>

add a feature to mumps interface: get memory estimate from MatFactorSymbolic(), then skip its operation when it is being called again.
Requested by: Varun Hiremath <varunhiremath@gmail.com>