<div dir="ltr">Fixed <a href="https://bitbucket.org/petsc/petsc/commits/79cd6d079a316048b19f539cf806a8cfa87064d9">https://bitbucket.org/petsc/petsc/commits/79cd6d079a316048b19f539cf806a8cfa87064d9</a><div><br></div><div>Hong</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 27, 2017 at 9:39 AM, Hong <span dir="ltr"><<a href="mailto:hzhang@mcs.anl.gov" target="_blank">hzhang@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"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Pierre:<span class=""><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
PCApply_PBJacobi FLOPs complexity is bs*(2*bs-1)*m.<br>
How do you come up with PetscLogFlops(80.0*m) in PCApply_PBJacobi_7 (src/ksp/pc/impls/pbjacobi/pbj<wbr>acobi.c), please?<br></blockquote><div> </div></span><div>You are correct. It should be 7*(2*7-1) = 91*m</div><div>Also, it should be m for PCApply_PBJacobi_1() (not 2*m).</div><div><br></div><div>I'll fix them in petsc-maint.</div><div>Thanks for reporting it!</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Hong</div></font></span></div></div></div>
</blockquote></div><br></div>