Skip to content

Merge remote-tracking branch 'GFDL/gfdl-candidate-2023-07-03' into te… #48

Merge remote-tracking branch 'GFDL/gfdl-candidate-2023-07-03' into te…

Merge remote-tracking branch 'GFDL/gfdl-candidate-2023-07-03' into te… #48

Workflow file for this run

name: MacOS stencil tests
on: [push, pull_request]
jobs:
test-macos-stencil:
runs-on: macOS-latest
env:
CC: gcc
FC: gfortran
defaults:
run:
working-directory: .testing
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/macos-setup
- uses: ./.github/actions/testing-setup
- name: Compile MOM6 in asymmetric memory mode
run: make build/asymmetric/MOM6 -j
- name: Create validation data
run: make run.symmetric -k -s
- name: Run tests
run: make test.grid test.layout test.rotate -k -s