gridap / GridapPETSc.jl

Provides PETSc solvers to the Gridap project
Other
30 stars 9 forks source link

PETSc artifact with MUMPS #102

Open pmartorell opened 1 month ago

pmartorell commented 1 month ago

@JordiManyer

Within the current version of GridapPETSc v0.5.2, it is not possible to use MUMPS without compiling PETSc in the local machine.

GridapPETSc points to PETSc_jll v3.15.2 that is not compiled with MUMPS. However, newer versions of this artifact already contain MUMPS on their dependencies; see PETSc_jll v3.18.8.

This is not an urgent issue, but it will help new users and simplify the pipelines of the packages that depend on GridapPETSc.

FYI @principejavier

JordiManyer commented 1 month ago

See this #99 . Help is welcome... We've tried and failed.