Skip to content

Commit

Permalink
d3q15 / mpi test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstratford committed Dec 25, 2024
1 parent 155156d commit 742cbd1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,16 @@ jobs:
d2q9-mpi:
name: d2q9 / mpi
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
mpi: ['openmpi']

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
mpi: ${{ matrix.mpi }}
- name: Set up MPI
uses: mpi4py/setup-mpi@v1
- run: mpicc --version
Expand All @@ -114,10 +116,7 @@ jobs:

d3q15-mpi:
name: d3q15 / mpi
runs-on: ubuntu-latest
strategy:
matrix:
mpi: ['openmpi']
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
Expand Down

0 comments on commit 742cbd1

Please sign in to comment.