Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #190 from NCAR/fix_cfc_import #5

Merge pull request #190 from NCAR/fix_cfc_import

Merge pull request #190 from NCAR/fix_cfc_import #5

Workflow file for this run

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@v2
with:
submodules: recursive
- 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.openmps test.nans test.restarts -k -s