Closed
Conversation
|
|
6e58fd1 to
7119ce3
Compare
connorjward
reviewed
Feb 11, 2025
Co-authored-by: Connor Ward <c.ward20@imperial.ac.uk>
855cc85 to
2cf30db
Compare
connorjward
reviewed
Feb 12, 2025
|
|
||
| - name: Build Firedrake | ||
| run: | | ||
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
Contributor
There was a problem hiding this comment.
Suggested change
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
connorjward
reviewed
Feb 12, 2025
| ./firedrake/scripts/firedrake-install \ | ||
| $COMPLEX \ | ||
| --honour-petsc-dir \ | ||
| --mpicc="$MPICH_DIR"/mpicc \ |
Contributor
There was a problem hiding this comment.
Suggested change
| --mpicc="$MPICH_DIR"/mpicc \ | |
| --honour-petsc-dir \ | |
| --mpicc="$MPICH_DIR"/mpicc \ |
| --install defcon \ | ||
| --install gadopt \ | ||
| --install asQ \ | ||
| --package-branch petsc dham/merge_upstream \ |
Contributor
There was a problem hiding this comment.
Suggested change
| --package-branch petsc dham/merge_upstream \ |
| run: | | ||
| : # Use pytest-xdist here so we can have a single collated output (not possible | ||
| : # for parallel tests) | ||
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
Contributor
There was a problem hiding this comment.
Suggested change
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
| # Run even if earlier tests failed | ||
| if: ${{ success() || steps.build.conclusion == 'success' }} | ||
| run: | | ||
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
Contributor
There was a problem hiding this comment.
Suggested change
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
| - name: Run tests (nprocs = 5) | ||
| if: ${{ success() || steps.build.conclusion == 'success' }} | ||
| run: | | ||
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
Contributor
There was a problem hiding this comment.
Suggested change
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
| - name: Run tests (nprocs = 6) | ||
| if: ${{ success() || steps.build.conclusion == 'success' }} | ||
| run: | | ||
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
Contributor
There was a problem hiding this comment.
Suggested change
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
| - name: Run tests (nprocs = 7) | ||
| if: ${{ success() || steps.build.conclusion == 'success' }} | ||
| run: | | ||
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
Contributor
There was a problem hiding this comment.
Suggested change
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
| - name: Run tests (nprocs = 8) | ||
| if: ${{ success() || steps.build.conclusion == 'success' }} | ||
| run: | | ||
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
Contributor
There was a problem hiding this comment.
Suggested change
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
.github/workflows/build.yml
Outdated
| - name: Test pyadjoint | ||
| if: ${{ matrix.scalar-type == 'real' }} | ||
| run: | | ||
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
Contributor
There was a problem hiding this comment.
Suggested change
| unset PETSC_DIR PETSC_ARCH SLEPC_DIR |
Closed
Co-authored-by: Connor Ward <c.ward20@imperial.ac.uk>
Contributor
|
I have just realised that we can't merge this if we want to land #4011 because it includes petsc4py changes that are in |
Contributor
|
Closing in favour of #4181 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goes with firedrakeproject/petsc#25 and firedrakeproject/slepc#10