[petsc-users] The parallel preconditioner

Jed Brown jed at jedbrown.org
Thu Apr 16 16:58:34 CDT 2015


huaibao zhang <huaibao.zhang at gmail.com> writes:

> Hello there,
>
> I have been confused of the extent of the available preconditioners in PETSc for a while. Here are the lists I got from one slide of a lecture notes saying
>
> Block Jacobi,
> Jacobi,
> Overlapping Additive Schwarz,
> ICC, ILU (sequential only)
> ILU(K), LU(direct solver, sequential only)
> sor
> etc.
>
>
> But in some other sources, only LU is highlighted with "sequential
> only". 

-pc_type lu -pc_factor_mat_solver_package superlu_dist (or "mumps") will
 give you a parallel solver.

> Which one is correct? I am using MATCreateAIJ to construct my A. Which
> preconditioner is available to me? By the way, I tested asm, ilu, icc,
> and they all failed.

"failed" is not sufficiently descriptive.

It would also help to know what sort of problem you're solving.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20150416/25d90388/attachment.pgp>


More information about the petsc-users mailing list