Skip to content

Commit

Permalink
Update SIGIO library variables in build_tropcy_NEMS.sh
Browse files Browse the repository at this point in the history
- replace SIGIO_LIB4 with SIGIO_LIB
- replace SIGIO_INC4 with SIGIO_INC
- remove two lines that set "4" variables to non-"4" variables

Refs: NOAA-EMC#639
  • Loading branch information
KateFriedman-NOAA committed Feb 11, 2022
1 parent 1901756 commit 40253b9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sorc/build_tropcy_NEMS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ fi
module use ${cwd}/../modulefiles
module load modulefile.storm_reloc_v6.0.0.$target

SIGIO_LIB4=$SIGIO_LIB
SIGIO_INC4=$SIGIO_INC

export FC=$myFC
export JASPER_LIB=${JASPER_LIB:-$JASPER_LIBRARIES/libjasper.a}

Expand All @@ -36,8 +33,8 @@ export LIBS_SUP="${W3EMC_LIBd} ${W3NCO_LIBd}"
echo lset
echo lset
export LIBS_REL="${W3NCO_LIB4}"
export LIBS_REL="${NEMSIOGFS_LIB} ${NEMSIO_LIB} ${LIBS_REL} ${SIGIO_LIB4} ${BACIO_LIB4} ${SP_LIBd}"
export LIBS_SIG="${SIGIO_INC4}"
export LIBS_REL="${NEMSIOGFS_LIB} ${NEMSIO_LIB} ${LIBS_REL} ${SIGIO_LIB} ${BACIO_LIB4} ${SP_LIBd}"
export LIBS_SIG="${SIGIO_INC}"
export LIBS_SYN_GET="${W3NCO_LIB4}"
export LIBS_SYN_MAK="${W3NCO_LIB4} ${BACIO_LIB4}"
export LIBS_SYN_QCT="${W3NCO_LIB8}"
Expand Down

0 comments on commit 40253b9

Please sign in to comment.