-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ShellSetup.sh: fix typo in acorn compilers
- Loading branch information
1 parent
dcd4f1b
commit 2e578e4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|