<div dir="ltr"><div class="gmail_quote">On Fri, Feb 3, 2012 at 11:20, Thomas Witkowski <span dir="ltr">&lt;<a href="mailto:thomas.witkowski@tu-dresden.de">thomas.witkowski@tu-dresden.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;ll try it. Is there any difference between using MATMPIAIJ and MatSetBlockSize, and using MATMPIBAIJ?</blockquote></div><br><div>There should not be a semantic difference. BAIJ is more memory and time efficient for any kernels used by PETSc, but it cannot be used directly by BoomerAMG, so it needs to be converted (increasing storage). So depending on how much time you spend in different parts of code, and how much memory you have available, either one could be faster.</div>
</div>