<div dir="ltr">Hi All,<div><br></div><div>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.</div><div><br></div><div>I am following the steps from <a href="https://petsc.org/main/src/ksp/ksp/tutorials/ex52.c.html">https://petsc.org/main/src/ksp/ksp/tutorials/ex52.c.html</a></div><div><span style="color:rgb(0,0,0)"><br></span></div><font face="monospace">  PCFactorSetMatSolverType(pc,MATSOLVERMUMPS);<br>  PCFactorSetUpMatSolverType(pc); <br>  PCFactorGetMatrix(pc,&F);<br><br>  KSPSetUp(ksp);<br>  MatMumpsGetInfog(F,...)</font><div><font face="monospace"><br></font></div><div><font face="arial, sans-serif">But it appears </font><font face="monospace">KSPSetUp </font><font face="arial, sans-serif">calls both symbolic and numerical factorization. So is there some other way to get these statistics before the actual factorization starts?</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Thanks,</font></div><div><font face="arial, sans-serif">Varun</font></div></div>