Skip to content

Commit

Permalink
ShellSetup.sh: fix typo in acorn compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 19, 2024
1 parent dcd4f1b commit 2e578e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/weekly_build/ShellSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ case $PLATFORM in
;;
acorn)
module load gcc/11.2.0 python/3.11.7
COMPILERS=${COMPILERS:-"intel@2022.2.0.262 [email protected]"}
COMPILERS=${COMPILERS:-"intel@2022.0.2.262 [email protected]"}
BUILD_CACHE_DIR=${BUILD_CACHE_DIR:-/lfs/h1/emc/nceplibs/noscrub/spack-stack/build_cache}
function spack_install_exe {
# set +e
Expand Down

0 comments on commit 2e578e4

Please sign in to comment.