Skip to content

Commit

Permalink
#216 Merge branch 'main' of github.com:NOAA-GFDL/fre-cli into 216.fi…
Browse files Browse the repository at this point in the history
…x-compile-log-generation
  • Loading branch information
singhd789 committed Nov 26, 2024
2 parents 18314b9 + caca0ee commit 67ddb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_test_conda_env.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: create_test_conda_env

on: [pull_request]
on: [push, pull_request]

jobs:
build-linux:
Expand Down
2 changes: 1 addition & 1 deletion fre/make/tests/null_example/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compile:
src:
- component: "FMS"
repo: "https://github.com/NOAA-GFDL/FMS.git"
cppdefs: "-Duse_netCDF -Duse_libMPI -DMAXFIELDS_=200 -DMAXFIELDMETHODS_=200 -DINTERNAL_FILE_NML"
cppdefs: "-Duse_netCDF -Duse_libMPI -DMAXFIELDS_=200 -DMAXFIELDMETHODS_=200 -DINTERNAL_FILE_NML -DHAVE_GETTID"
otherFlags: "-fallow-argument-mismatch" # only needed for gcc
branch: *branch
- component: "atmos_null"
Expand Down

0 comments on commit 67ddb84

Please sign in to comment.