[petsc-users] ILU MPI

Jed Brown jed at jedbrown.org
Mon Jun 16 09:03:16 CDT 2014


Oliver Browne <oliver.browne at upm.es> writes:

> Hi,
>
> Could someone explain if there is any difference in these two approaches 
> when it comes to MPI. When using ILU and running with;
>
> -sub_pc_type ilu -sub_pc_factor_levels 1 -sub_ksp_type preonly

This is (assuming you didn't change it) block Jacobi with ILU in blocks.

> or using the external package hypre;
>
> -pc_type hypre -pc_hypre_type euclid -pc_hypre_euclid_levels k

This is parallel ILU.  This might be stronger, but also likely more
expensive.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20140616/25ac9af8/attachment-0001.pgp>


More information about the petsc-users mailing list