Skip to content

Commit d100362

Browse files
committed
Update Nautilus GCC site config and documentation
1 parent e0b0502 commit d100362

File tree

2 files changed

+14
-20
lines changed

2 files changed

+14
-20
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@ packages:
22
mpi:
33
buildable: False
44
require:
5-
- openmpi@5.0.1
5+
- openmpi@4.1.8
66
gcc-runtime:
77
buildable: False
88
externals:
9-
- spec: gcc-runtime@13.4.0
10-
prefix: /p/app/projects/NEPTUNE/spack-stack/gcc-13.4.0
9+
- spec: gcc-runtime@13.3.1
10+
prefix: /opt/rh/gcc-toolset-13/root/usr
1111
modules:
12-
- gcc/13.4.0
12+
- scl/gcc-toolset-13
1313
gcc:
1414
buildable: False
1515
externals:
16-
- spec: gcc@13.4.0 languages:='c,c++,fortran'
17-
prefix: /p/app/projects/NEPTUNE/spack-stack/gcc-13.4.0
16+
- spec: gcc@13.3.1 languages:='c,c++,fortran'
17+
prefix: /opt/rh/gcc-toolset-13/root/usr
1818
modules:
19-
- gcc/13.4.0
19+
- scl/gcc-toolset-13
2020
extra_attributes:
2121
compilers:
22-
c: /p/app/projects/NEPTUNE/spack-stack/gcc-13.4.0/bin/gcc
23-
cxx: /p/app/projects/NEPTUNE/spack-stack/gcc-13.4.0/bin/g++
24-
fortran: /p/app/projects/NEPTUNE/spack-stack/gcc-13.4.0/bin/gfortran
22+
c: /opt/rh/gcc-toolset-13/root/usr/bin/gcc
23+
cxx: /opt/rh/gcc-toolset-13/root/usr/bin/g++
24+
fortran: /opt/rh/gcc-toolset-13/root/usr/bin/gfortran
2525
openmpi:
2626
buildable: False
2727
externals:
28-
- spec: openmpi@5.0.1
29-
prefix: /p/app/penguin/openmpi/5.0.1/gcc-8.5.0
28+
- spec: openmpi@4.1.8
29+
prefix: /p/app/penguin/openmpi/4.1.8/gcc-13.3.1
3030
modules:
31-
- penguin/openmpi/5.0.1/gcc-8.5.0
31+
- penguin/openmpi/4.1.8/gcc-13.3.1
3232
- slurm

doc/source/PreConfiguredSites.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,19 +168,13 @@ The following is required for building new spack environments with any supported
168168
NAVY HPCMP Nautilus
169169
------------------------------
170170

171-
The following is required for building new spack environments with any supported compiler on this platform. For ``[email protected]``, see the additional instructions below.
171+
The following is required for building new spack environments with any supported compiler on this platform.
172172

173173
.. code-block:: console
174174
175175
umask 0022
176176
module purge
177177
178-
For ``[email protected]``, further run:
179-
180-
.. code-block:: console
181-
182-
module use /p/app/projects/NEPTUNE/spack-stack/gcc-13.4.0/modulefiles
183-
184178
185179
.. _Preconfigured_Sites_Blueback:
186180

0 commit comments

Comments
 (0)