I think PETSc changed the option name from "-pc_factor_mat_solver_package"
to "-pc_factor_mat_solver_type", which I guess is the issue here.

Also, you can use "-ksp_view" on the command line to get a printout of the
solver options that were used by PETSc, so you can see if it actually used
MUMPS or superlu.

Best,
David


On Sun, May 10, 2020 at 11:08 PM <ed...@openmail.cc> wrote:

> Hi.
>
> I want to know if libMesh++ is actually using mumps and superlu, and if
> it is not how to fix it. I just recompiled libMesh++, and I am getting
> the following message with the reduced_basis_ex7 (this is actually an
> improvement, because it used to crash at that point). Thanks!
>
> #+begin_EXAMPLE
>
>    ... snip 8<  ...
>
>    ,***************************************************************
>    ,* Running Example reduced_basis_ex7:
>    ,*   ./example-opt -online_mode 1 -pc_factor_mat_solver_package
> superlu
>    ,***************************************************************
>
>    LibMesh was configured with PETSc >= 3.9, but command-line options use
> deprecated syntax. Skipping now.
>    WARNING! There are options you set that were not used!
>    WARNING! could be spelling mistake, etc!
>    There are 2 unused database options. They are:
>    Option left: name:-online_mode value: 1
>    Option left: name:-pc_factor_mat_solver_package value: superlu
>
>    ,***************************************************************
>    ,* Done Running Example reduced_basis_ex7:
>    ,*   ./example-opt -online_mode 1 -pc_factor_mat_solver_package
> superlu
>    ,***************************************************************
> #+end_EXAMPLE
>
> I get a similar message above with mumps. I am attaching my config.log
> as a tar ball
>
> -------------------------------------------------
> This free account was provided by VFEmail.net - report spam to
> ab...@vfemail.net
>
> ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of
> the NSA's hands!
> $24.95 ONETIME Lifetime accounts with Privacy Features!
> 15GB disk! No bandwidth quotas!
> Commercial and Bulk Mail Options!
> _______________________________________________
> Libmesh-users mailing list
> Libmesh-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libmesh-users
>

_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to