Dear Sanjay:<br><br>Thank you for your reply. I don&#39;t understand what you said. Now, I want to use spooles package to inverse a sparse SPD matrix. I have further checked the inferface about spooles in PETSc. I find although spooles can deal with AX=B (B  may be a dense matrix) with parallel LU factorization. <br>
However,&nbsp;PETSc&nbsp;only&nbsp;provide&nbsp;the following:<br>51: PetscErrorCode MatSolve_MPISpooles(Mat A,Vec b,Vec x)<br> I don&#39;t set&nbsp;b&nbsp;to&nbsp;a&nbsp;matrix&nbsp;even&nbsp;if&nbsp;I&nbsp;use&nbsp;<br> 178: PetscErrorCode MatFactorNumeric_MPISpooles(Mat A,MatFactorInfo *info,Mat *F) for LU factorization. <br>
<br>Could you have any suggestions about this? thanks a lot.<br><br>Regards,<br>Yujie<br><br><div><span class="gmail_quote">On 2/26/08, <b class="gmail_sendername">Sanjay Govindjee</b> &lt;<a href="mailto:sanjay@ce.berkeley.edu">sanjay@ce.berkeley.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
from my make file<br><br> -@${MPIRUN} -s all -np $(NPROC) $(PROGNAME) -ksp_type preonly<br> -ksp_monitor -pc_type cholesky -mat_type mpisbaijspooles -log_summary<br> -on_error_attach_debugger -mat_spooles_symmetryflag 0&nbsp;&nbsp;-options_left<br>
<br><br> -sg<br><br><br> Yujie wrote:<br> &gt; Hi, everyone<br> &gt;<br> &gt; I have compiled PETSc with spooles. However, I try to find how to use<br> &gt; this package in PETSc directory. I can&#39;t find any examples for it.<br>
 &gt; Could you give me some advice? I want to use spooles to inverse a<br> &gt; sparse matrix. thanks a lot.<br> &gt;<br> &gt; Regards,<br> &gt; Yujie<br><br></blockquote></div><br>