[petsc-users] MUMPS causing segmentation fault
Jed Brown
jed at jedbrown.org
Fri Feb 6 22:56:56 CST 2015
Manav Bhatia <bhatiamanav at gmail.com> writes:
> Hi,
>
> I am trying to run MUMPS with the following command line options:
> -ksp_type preonly -pc_type lu -pc_factor_mat_solver_package mumps -mat_mumps_icntl_4 4 -info
>
> This works fine with ex2.c.
>
> My code, which runs fine with -ksp_type preonly -pc_type lu throws
> a segmentation fault error with the command line options listed
> above. The output of the code is attached.
You should run a small problem size in valgrind and/or a debugger. SEGV
is usually caused by memory corruption and you have to track that down.
It could be a bug in your code or a bug in MUMPS.
-------------- 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/20150206/cf5230a7/attachment.pgp>
More information about the petsc-users
mailing list