Skip to content

Commit

Permalink
Update ci.yml to run MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan authored Oct 23, 2023
1 parent 2484838 commit bbaaee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# add macOS - check if GH Actions can make intel and arm
os: [ubuntu-latest]
shared: ["Y"]
## openmp_mpi: ["N", "Y"]
openmp_mpi: ["N", "Y"]

steps:
# Check out the code from GitHub
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
#
- name: Build
env:
### USE_MPI: ${{ matrix.openmp_mpi }}
USE_MPI: ${{ matrix.openmp_mpi }}
SHARED: ${{ matrix.shared }}
run: .github/scripts/install_bmad.sh

Expand Down

0 comments on commit bbaaee8

Please sign in to comment.