<div>Hi Satish,</div>
<div>&nbsp;</div>
<div>I&#39;ve installed superlu. I issued the command ./a.out&nbsp;<font color="#550055">&nbsp;<font color="#000000">-mat_type superlu&nbsp;-ksp_type preonly -pc_type lu and it just hanged there. Is it because I had install it with mpich? I also wanted to try umfpack and plapack. Is it similar? 
</font></font></div>
<div><font color="#550055"><font color="#000000"></font></font>&nbsp;</div>
<div><font color="#550055"><font color="#000000">Btw, plapack &#39;s option isn&#39;t in pg 82 of the manual.</font></font></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thank you.<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 2/12/07, <b class="gmail_sendername">Satish Balay</b> &lt;<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Mon, 12 Feb 2007, Ben Tay wrote:<br><br>&gt; Hi,<br>&gt;<br>&gt; I&#39;m trying to experiment with using external solvers. I have some questions:
<br>&gt;<br>&gt; 1. Is there any difference in speed with calling the external software from<br>&gt; PETSc or directly using them?<br><br>There is minor conversion overhead when you use them from PETSc.<br><br>&gt;<br>&gt; 2. I tried to install MUMPS using&nbsp;&nbsp;--download-mumps. I was prompted to
<br>&gt; include --with-scalapack. After changing, I was again prompted to include<br>&gt; --with-blacs. I changed and again I was told the need for<br>&gt; --with-blacs-dir=&lt;directory&gt;. I thought I&#39;m supposed to specify where to
<br>&gt; install blacs and entered a directory. But it seems that I need to specify<br>&gt; the location of where blacs is. But I do not have it. So how do I solve<br>&gt; that?<br><br>Mumps requires blacs &amp; scalapack. So use:
<br>--download-blacs=1 --download-scalapack=1 --download-mumps=1<br><br>&gt;<br>&gt; 3. I installed some other external packages. I wanted to test their speed at<br>&gt; solving equations. In the manual, I was told to use the runtime option
<br>&gt; -mat_type &lt;mattype&gt; -ksp_type preonly -pc_type &lt;pctype&gt; and also -help to<br>&gt; get help msg. However when I tried to issue ./a.out -mat_type superlu<br>&gt; -ksp_type preonly -pc_type lu, nothing happened. How should the command be
<br>&gt; issued? I tried to get help by running ./a.out -h what appears isn&#39;t what I<br>&gt; want.<br><br>Did you install PETSc with superlu_dist? If so use &#39;-mat_type superlu_dist&#39;<br><br>[Note: superlu &amp; superlu_dist are different packages - the first one
<br>is sequential - the second one is parallel]<br><br>Satish<br><br>&gt;<br>&gt; Thank you very much. Regards.<br>&gt;<br><br></blockquote></div><br>