<div dir="ltr">Thanks Satish,<div><br></div><div>And yes I meant sequentially.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 13, 2016 at 8:26 PM, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, 13 Jan 2016, Justin Chang wrote:<br>
<br>
> Hi all,<br>
><br>
> What exactly is the difference between these two preconditioners? When I<br>
> use them to solve a Galerkin finite element poisson problem, I get the<br>
> exact same performance (iterations, wall-clock time, etc).<br>
<br>
</span>you mean - when you run sequentially?<br>
<br>
With block jacobi - you decide the number of blocks. The default is 1-block/proc<br>
i.e - for sequnetial run you have only 1block i.e  the whole matrix.<br>
<br>
So the following are essentially the same:<br>
-pc_type bjacobi -pc_bjacobi_blocks 1 [default] -sub_pc_type ilu [default]<br>
-pc_type ilu<br>
<span class="HOEnZb"><font color="#888888"><br>
Satish<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> Only thing is I can't seem to use ILU in parallel though.<br>
<br>
</div></div></blockquote></div><br></div>