Skip to content

Commit

Permalink
Merge pull request #286 from NCAR/enable_openmp
Browse files Browse the repository at this point in the history
Enable openmp
  • Loading branch information
K20shores authored Oct 4, 2023
2 parents ffdcb4d + 53b06ef commit 3940a85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- Dockerfile.memcheck
- Dockerfile.no_json
- Dockerfile.nvhpc
- Dockerfile.openmp
# - Dockerfile.intel # intel image is too large for GH action
# - Dockerfile.openmp
# - Dockerfile.mpi
steps:
- name: Checkout code
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
files: coverage.info

multiplatform:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
if: github.event_name == 'pull_request'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -106,6 +106,7 @@ jobs:
ctest -C Debug --rerun-failed --output-on-failure . --verbose
xcode_1:
if: github.event_name == 'pull_request'
runs-on: macos-12
strategy:
matrix:
Expand All @@ -129,6 +130,7 @@ jobs:
ctest --rerun-failed --output-on-failure . --verbose -j 10
xcode_2:
if: github.event_name == 'pull_request'
runs-on: macos-13
strategy:
matrix:
Expand Down

0 comments on commit 3940a85

Please sign in to comment.