<div>Hi,</div>
<div>&nbsp;</div>
<div>I&#39;m trying to experiment with using external solvers. I have some questions:</div>
<div>&nbsp;</div>
<div>1. Is there any difference in speed with calling the external software from PETSc or directly using them?</div>
<div>&nbsp;</div>
<div>2. I tried to install MUMPS using&nbsp;&nbsp;--download-mumps. I was prompted to include --with-scalapack. After changing, I was again prompted to include --with-blacs. I changed and again I was told the need for --with-blacs-dir=&lt;directory&gt;. I thought I&#39;m supposed to specify where to install blacs and entered a directory. But it seems that I need to specify the location of where blacs is. But I do not have it. So how do I solve that?
</div>
<div>&nbsp;</div>
<div>3. I installed some other external packages. I wanted to test their speed at solving equations. In the manual, I was told to use the runtime option -mat_type &lt;mattype&gt; -ksp_type preonly -pc_type &lt;pctype&gt; and also -help to get help msg. However when I tried to issue ./a.out -mat_type superlu -ksp_type preonly -pc_type lu, nothing happened. How should the command be issued?&nbsp;I tried to get help by running ./a.out -h what appears isn&#39;t what I want.
</div>
<div>&nbsp;</div>
<div>Thank you very much. Regards.</div>