Skip to content

Commit 49cb5da

Browse files
committed
[skip ci] Bug fixes in util/nrl/batch_install.sh for Nautilus/GCC
1 parent 304b3b3 commit 49cb5da

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

configs/sites/tier1/nautilus/packages_gcc-13.3.1.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ packages:
88
externals:
99
1010
prefix: /opt/rh/gcc-toolset-13/root/usr
11-
modules:
12-
- scl/gcc-toolset-13
1311
gcc:
1412
buildable: False
1513
externals:

util/nrl/batch_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ case ${SPACK_STACK_BATCH_HOST} in
133133
SPACK_STACK_CARGO_MIRROR="/p/cwfs/projects/NEPTUNE/spack-stack/cargo-mirror"
134134
;;
135135
nautilus)
136-
SPACK_STACK_BATCH_COMPILERS=("oneapi@=2025.3.0" "gcc@=13.4.0")
136+
SPACK_STACK_BATCH_COMPILERS=("oneapi@=2025.3.0" "gcc@=13.3.1")
137137
SPACK_STACK_BATCH_TEMPLATES=("neptune-dev" "unified-dev" "cylc-dev")
138138
SPACK_STACK_MODULE_CHOICE="tcl"
139139
SPACK_STACK_BOOTSTRAP_MIRROR="/p/cwfs/projects/NEPTUNE/spack-stack/bootstrap-mirror"
@@ -460,6 +460,7 @@ for compiler in "${SPACK_STACK_BATCH_COMPILERS[@]}"; do
460460
--compiler=${compiler_name}-${compiler_version} \
461461
--template=${template} \
462462
--dir=${environment_dirs} \
463+
--treat-warnings-as-errors \
463464
2>&1 | tee log.create.${env_name}.001
464465
fi
465466
spack env activate -p ${env_dir}

0 commit comments

Comments
 (0)