Skip to content

Commit

Permalink
Add more Ubuntu Setup from NCAR/MOM6
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu authored Aug 27, 2024
1 parent f48e886 commit f76a602
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/general-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ jobs:
sudo apt-get install linux-tools-common
sudo apt-get install -y csh
echo "::endgroup::"
- name: Store compiler flags used in Makefile
shell: bash
run: |
echo "::group::config.mk"
cd .testing
echo "FCFLAGS_DEBUG = -g -O0 -Wextra -Wno-compare-reals -fbacktrace -ffpe-trap=invalid,zero,overflow -fcheck=bounds" >> config.mk
echo "FCFLAGS_REPRO = -g -O2 -fbacktrace" >> config.mk
echo "FCFLAGS_INIT = -finit-real=snan -finit-integer=2147483647 -finit-derived" >> config.mk
echo "FCFLAGS_FMS = -g -fbacktrace -O0" >> config.mk
cat config.mk
echo "::endgroup::"
# Checkout CESM, Build MOM Standalone, can we add the pull request as the checkout?
- name: Checkout CESM and Build MOM Standalone
Expand Down

0 comments on commit f76a602

Please sign in to comment.