Skip to content

Commit

Permalink
move mpi tests to openmpi
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstratford committed Dec 25, 2024
1 parent 131341c commit e831fb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,15 @@ jobs:

d3q15-mpi:
name: d3q15 / mpi
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up MPI
uses: mpi4py/setup-mpi@v1
with:
mpi: openmpi
- run: mpicc --version
- run: cp config/github-mpicc.mk config.mk
- run: sed -i "s/D2Q9/D3Q15/" config.mk
Expand Down

0 comments on commit e831fb2

Please sign in to comment.