#4 - subroutines coupler_full_chksum and coupler_stocks #242
Workflow file for this run
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: FMScoupler build test | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/noaa-gfdl/fms/fms-ci-rocky-gnu:12.3.0 | |
credentials: | |
username: ${{ github.actor }} | |
password: ${{ secrets.github_token }} | |
env: | |
CC: mpicc | |
FC: mpif90 | |
CPPFLAGS: '-I/usr/include -Duse_LARGEFILE -DMAXFIELDMETHODS_=500' | |
FCFLAGS: '-fcray-pointer -fdefault-double-8 -fdefault-real-8 -Waliasing -ffree-line-length-none -fno-range-check' | |
LDFLAGS: '-L/usr/lib' | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Run build test | |
run: t/null_model_build.sh |