<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family:monospace;font-size:14px;background-color:rgb(255, 255, 255);display:inline !important">PCFactorSetMatSolverType(pc,MATSOLVERMUMPS);</span><br>
<span style="font-family:monospace;font-size:14px;background-color:rgb(255, 255, 255);display:inline !important">  PCFactorSetUpMatSolverType(pc); </span><br style="font-family:monospace;font-size:14px;background-color:rgb(255, 255, 255)">
<span style="font-family:monospace;font-size:14px;background-color:rgb(255, 255, 255);display:inline !important">  PCFactorGetMatrix(pc,&F);</span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family:monospace;font-size:14px;background-color:rgb(255, 255, 255);display:inline !important">  MatLUFactorSymbolic(F,A,...)<br>
</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family:monospace;font-size:14px;background-color:rgb(255, 255, 255);display:inline !important">  You must provide row and column permutations etc,    petsc/src/mat/tests/ex125.c may give you a clue on how to get these inputs.</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family:monospace;font-size:14px;background-color:rgb(255, 255, 255);display:inline !important"><br>
</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family:monospace;font-size:14px;background-color:rgb(255, 255, 255);display:inline !important">Hong</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family:monospace;font-size:14px;background-color:rgb(255, 255, 255);display:inline !important"><br>
</span></div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> petsc-users <petsc-users-bounces@mcs.anl.gov> on behalf of Junchao Zhang <junchao.zhang@gmail.com><br>
<b>Sent:</b> Wednesday, January 12, 2022 9:03 AM<br>
<b>To:</b> Varun Hiremath <varunhiremath@gmail.com><br>
<b>Cc:</b> Peder Jørgensgaard Olesen via petsc-users <petsc-users@mcs.anl.gov><br>
<b>Subject:</b> Re: [petsc-users] PETSc MUMPS interface</font>
<div> </div>
</div>
<div>
<div dir="ltr">Calling PCSetUp() before KSPSetUp()?
<div><br clear="all">
<div>
<div dir="ltr" class="x_gmail_signature">
<div dir="ltr">--Junchao Zhang</div>
</div>
</div>
<br>
</div>
</div>
<br>
<div class="x_gmail_quote">
<div dir="ltr" class="x_gmail_attr">On Wed, Jan 12, 2022 at 3:00 AM Varun Hiremath <<a href="mailto:varunhiremath@gmail.com">varunhiremath@gmail.com</a>> wrote:<br>
</div>
<blockquote class="x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<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" target="_blank">
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>
</blockquote>
</div>
</div>
</body>
</html>