Installing Firedrake with alternate PETSc version #3504
Replies: 1 comment 4 replies
-
The package-branch option modifies what git branch is installed, which is petsc, rather than petsc4py. Now, the next issue is that there isn't a tag in our PETSc mirror for release 3.20.2 (or any other release). So your options are:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been having issues with checkpointing (on Thetis) with my latest Firedrake install and I think the latest PETSc version is probably the issue. My latest working version had PETSc 3.20.2 and I had no issues, my newest Firedrake install had PETSc 3.20.5. How can I install with PETSc 3.20.2 to verify this is the issue?
I had tried
python3 firedrake-install --package-branch petsc4py 3.20.2
but this doesn't work as I'm guessing it's dealt with internally during the install -make.log
shows it install 3.20.5 anyway.firedrake-install.log
configure.log
make.log
Beta Was this translation helpful? Give feedback.
All reactions