Skip to content

Commit

Permalink
Use MPI 'on the outside'
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Nov 25, 2024
1 parent e52a3ad commit 09eb6af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
run: |
. ../firedrake_venv/bin/activate
python -m pytest -v tests/regression/ \
-k "poisson_strong or stokes_mini or dg_advection"
-k "poisson_strong or stokes_mini or dg_advection" -m "not parallel"
mpiexec -np 3 python -m pytest -v tests/regression/ \
-k "poisson_strong or stokes_mini or dg_advection" -m "parallel[3]"
timeout-minutes: 30
- name: Post-run cleanup
if: ${{ always() }}
Expand Down

0 comments on commit 09eb6af

Please sign in to comment.