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
17
17
if [[ " ${COMPILERS} " == " clang@=20.1.5" ]]; then
18
18
module use /gpfs/neptune/spack-stack/llvm-20.1.5/modulefiles
19
19
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
20
22
fi
21
23
22
24
SPACK_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
14
14
module purge
15
15
umask 0022
16
16
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
+
17
21
SPACK_STACK_URL=${SPACK_STACK_URL:- https:// github.nrlmry.navy.mil/ JCSDA/ spack-stack}
18
22
SPACK_STACK_BRANCH=${SPACK_STACK_BRANCH:- ci}
19
23
KEEP_WEEKLY_BUILD_DIR=" YES"
You can’t perform that action at this time.
0 commit comments