*+Revise algorithm in step_MOM_dyn_split_RK2b #1011
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: OpenMP and Restart verification | |
on: [push, pull_request] | |
jobs: | |
test-openmp-nan-restarts: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: .testing | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
- uses: ./.github/actions/ubuntu-setup | |
- uses: ./.github/actions/testing-setup | |
- name: Compile with openMP | |
run: make build/openmp/MOM6 -j | |
- name: Create validation data | |
run: make run.symmetric -k -s | |
- name: Run tests | |
run: make test.openmp test.nan test.restart -k -s |