Skip to content

Commit 898f335

Browse files
authored
Update GCC stack on Atlantis: use [email protected] compiled with [email protected] (#1738)
* Update configs/sites/tier1/atlantis/packages_gcc.yaml: use [email protected] compiled with [email protected] * Update util/nrl/batch_install.sh
1 parent b35d471 commit 898f335

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

configs/sites/tier1/atlantis/packages_gcc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ packages:
22
all:
33
compiler:: [[email protected]]
44
providers:
5-
5+
66
mpi:
77
buildable: False
88
openmpi:
99
buildable: False
1010
externals:
11-
- spec: [email protected].5 ~cuda~cxx~cxx_exceptions~java~memchecker+pmi~static~wrapper-rpath fabrics=ucx schedulers=slurm %gcc@=13.4.0
11+
- spec: [email protected].8 %gcc@=13.4.0
1212
# Note: slurm must be loaded before openmpi on Atlantis
1313
modules:
1414
- slurm
15-
- openmpi/mlnx/gcc/64/4.1.5a1
15+
- openmpi/4.1.8

util/nrl/batch_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ for compiler in "${SPACK_STACK_BATCH_COMPILERS[@]}"; do
391391
;;
392392
gcc@=13.4.0)
393393
module use /gpfs/neptune/spack-stack/gcc-13.4.0/modulefiles
394+
module use /gpfs/neptune/spack-stack/openmpi-4.1.8/gcc-13.4.0/modulefiles
394395
;;
395396
esac
396397
;;

0 commit comments

Comments
 (0)