Skip to content

Commit

Permalink
Set COMPILER in link for detect machine (#1092)
Browse files Browse the repository at this point in the history
The new detect_machine script in gfs-utils requires COMPILER be set.

Also added the gfs-utils scripts to the git ignore list.

Fixes #1090
  • Loading branch information
WalterKolczynski-NOAA committed Oct 24, 2022
1 parent b9b8322 commit d01de06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,8 @@ ush/ufsda
ush/wafs_blending.sh
ush/wafs_grib2.regrid.sh
ush/wafs_intdsk.sh
ush/finddate.sh
ush/make_NTC_file.pl
ush/make_ntc_bull.pl
ush/make_tif.sh
ush/month_name.sh
1 change: 1 addition & 0 deletions sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
top_dir=$(cd "$(dirname "${script_dir}")" &> /dev/null && pwd)
cd "${script_dir}"

COMPILER="intel"
# shellcheck disable=SC1091
source gfs_utils.fd/ush/detect_machine.sh # (sets MACHINE_ID)
# shellcheck disable=
Expand Down

0 comments on commit d01de06

Please sign in to comment.