gridap / GridapPETSc.jl

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

Compatibility with PETSc_jll.jl v0.16+ #95

Open JordiManyer opened 1 year ago

JordiManyer commented 1 year ago

During the recent upgrade to PartitionedArrays.jl v0.3, I've had to limit the compatibility of the julia binaries to 0.13 and 0.15. With any binary versions above that, errors occur (see for instance).

I am not currently 100% sure of what is causing the issue, but it is probably related to changes to the PETSc library. Hopefully it only involves a change in the tests, but it could be deeper. We should have a look at what is causing the issue and restore compatibility.