File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ umask 0022
1717if [[ " ${COMPILERS} " == " clang@=20.1.5" ]]; then
1818 module use /gpfs/neptune/spack-stack/llvm-20.1.5/modulefiles
1919 module use /gpfs/neptune/spack-stack/openmpi-5.0.6/llvm-20.1.5/modulefiles
20+ elif [[ " ${COMPILERS} " == " gcc@=13.4.0" ]]; then
21+ module use /gpfs/neptune/spack-stack/gcc-13.4.0/modulefiles
2022fi
2123
2224SPACK_STACK_URL=${SPACK_STACK_URL:- https:// github.nrlmry.navy.mil/ JCSDA/ spack-stack}
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ set +e
1414module purge
1515umask 0022
1616
17+ if [[ " ${COMPILERS} " == " gcc@=13.4.0" ]]; then
18+ module use /p/app/projects/NEPTUNE/spack-stack/gcc-13.4.0/modulefiles
19+ fi
20+
1721SPACK_STACK_URL=${SPACK_STACK_URL:- https:// github.nrlmry.navy.mil/ JCSDA/ spack-stack}
1822SPACK_STACK_BRANCH=${SPACK_STACK_BRANCH:- ci}
1923KEEP_WEEKLY_BUILD_DIR=" YES"
You can’t perform that action at this time.
0 commit comments