[petsc-users] PETSc MUMPS interface
Varun Hiremath
varunhiremath at gmail.com
Wed Jan 12 02:59:50 CST 2022
Hi All,
I want to collect MUMPS memory estimates based on the initial
symbolic factorization analysis before the actual numerical factorization
starts to check if the estimated memory requirements fit the available
memory.
I am following the steps from
https://petsc.org/main/src/ksp/ksp/tutorials/ex52.c.html
PCFactorSetMatSolverType(pc,MATSOLVERMUMPS);
PCFactorSetUpMatSolverType(pc);
PCFactorGetMatrix(pc,&F);
KSPSetUp(ksp);
MatMumpsGetInfog(F,...)
But it appears KSPSetUp calls both symbolic and numerical factorization. So
is there some other way to get these statistics before the actual
factorization starts?
Thanks,
Varun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20220112/2887b218/attachment.html>
More information about the petsc-users
mailing list