Skip to content

Commit

Permalink
Update chgres_cube and global_cycle regression test
Browse files Browse the repository at this point in the history
driver scripts to load IntelLLVM build module.

Fixes ufs-community#1009.
  • Loading branch information
GeorgeGayno-NOAA committed Dec 16, 2024
1 parent d8cd3f1 commit 07afd6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion reg_tests/chgres_cube/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ set -x

source ../../sorc/machine-setup.sh > /dev/null 2>&1
module use ../../modulefiles
module load build.$target.intel
module load build.$target.intelllvm
set +x
module list
set -x

export OUTDIR="${WORK_DIR:-/lfs5/HFIP/emcda/$LOGNAME/stmp}"
export OUTDIR="${OUTDIR}/reg-tests/chgres-cube"
Expand Down
4 changes: 3 additions & 1 deletion reg_tests/global_cycle/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ set -x

source ../../sorc/machine-setup.sh > /dev/null 2>&1
module use ../../modulefiles
module load build.$target.intel
module load build.$target.intelllvm
set +x
module list
set -x

export WORK_DIR="${WORK_DIR:-/lfs5/HFIP/emcda/$LOGNAME/stmp}"

Expand Down

0 comments on commit 07afd6d

Please sign in to comment.