Skip to content

Commit

Permalink
Update regression test scripts to default to intelLLVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Oct 31, 2024
1 parent 2324720 commit adf1650
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.hera.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
2 changes: 1 addition & 1 deletion reg_tests/global_cycle/driver.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

set -x

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

source ../../sorc/machine-setup.sh > /dev/null 2>&1
module use ../../modulefiles
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/driver.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#
#-----------------------------------------------------------------------------

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

source ../../sorc/machine-setup.sh > /dev/null 2>&1
module use ../../modulefiles
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/ice_blend/driver.hera.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
2 changes: 1 addition & 1 deletion reg_tests/snow2mdl/driver.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

set -x

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

source ../../sorc/machine-setup.sh > /dev/null 2>&1
module use ../../modulefiles
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/weight_gen/driver.hera.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 adf1650

Please sign in to comment.