Skip to content

Ensure that client used in GZ21 is the same client as elsewhere #75

Ensure that client used in GZ21 is the same client as elsewhere

Ensure that client used in GZ21 is the same client as elsewhere #75

Workflow file for this run

name: Stencil related verification
on: [push, pull_request]
jobs:
test-symmetric-layout-rotation:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .testing
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: ./.github/actions/ubuntu-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