Skip to content

Commit

Permalink
Update Orion regresson test driver scripts to default to
Browse files Browse the repository at this point in the history
intel LLVM.

Fixes ufs-community#879.
  • Loading branch information
GeorgeGayno-NOAA committed Oct 31, 2024
1 parent f1532e5 commit 7efdbed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion reg_tests/chgres_cube/driver.orion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set -x

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

ulimit -s unlimited
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/global_cycle/driver.orion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -x

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

export WORK_DIR="${WORK_DIR:-/work/noaa/stmp/$LOGNAME}"
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/driver.orion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

set -x
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/ice_blend/driver.orion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set -x

source ../../sorc/machine-setup.sh > /dev/null 2>&1
module use ../../modulefiles
module load build.$target.intel
module load build.$target.intelllvm
module load grib-util/1.3.0
module load wgrib2/2.0.8
module list
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/snow2mdl/driver.orion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -x

source ../../sorc/machine-setup.sh > /dev/null 2>&1
module use ../../modulefiles
module load build.$target.intel
module load build.$target.intelllvm
module load grib-util/1.3.0
module load wgrib2/2.0.8
module list
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/weight_gen/driver.orion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

set -x

compiler=${compiler:-"intel"}
compiler=${compiler:-"intelllvm"}

source ../../sorc/machine-setup.sh > /dev/null 2>&1
module use ../../modulefiles
Expand Down

0 comments on commit 7efdbed

Please sign in to comment.