Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions configs/sites/tier1/derecho/packages_gcc-13.3.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ packages:
mpi:
buildable: false
require:
- cray-mpich@8.1.32
- cray-mpich@8.1.29
gcc:
buildable: false
externals:
- spec: gcc@13.3.1 languages:='c,c++,fortran'
prefix: /opt/cray/pe/gcc-native/13
modules:
- crayenv/25.03
- PrgEnv-gnu/8.6.0
- gcc-native/13.2
extra_attributes:
Expand All @@ -29,14 +28,12 @@ packages:
cray-mpich:
buildable: false
externals:
- spec: cray-mpich@8.1.32 +wrappers
prefix: /opt/cray/pe/mpich/8.1.32/ofi/gnu/12.3
- spec: cray-mpich@8.1.29 +wrappers
prefix: /opt/cray/pe/mpich/8.1.29/ofi/gnu/12.3
modules:
- crayenv/25.03
- PrgEnv-gnu/8.6.0
- gcc-native/13.2
- craype-network-ofi
- cray-mpich/8.1.32
- cray-mpich/8.1.29
- libfabric/1.22.0
- cray-pals/1.6.1

Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
packages:
all:
require:
- any_of: ['%intel-oneapi-compilers@=2025.3.1']
- any_of: ['%intel-oneapi-compilers@=2025.3.2']
when: '%intel-oneapi-compilers'
- any_of: ['%gcc@=13.3.1']
when: '%gcc'
mpi:
buildable: false
require:
- cray-mpich@8.1.32
- cray-mpich@8.1.29
intel-oneapi-compilers:
buildable: false
externals:
- spec: intel-oneapi-compilers@2025.3.1
prefix: /glade/work/epicufsrt/contrib/spack-stack/derecho/installs/oneapi-2025.3.1
- spec: intel-oneapi-compilers@2025.3.2
prefix: /glade/u/apps/common/25.10/spack/opt/spack/intel-oneapi-compilers/2025.3.2/snvt
modules:
- crayenv/25.03
- PrgEnv-intel/8.6.0
- intel/2025.3.1
- intel/2025.3.2
extra_attributes:
compilers:
c: /glade/work/epicufsrt/contrib/spack-stack/derecho/installs/oneapi-2025.3.1/compiler/2025.3/bin/icx
cxx: /glade/work/epicufsrt/contrib/spack-stack/derecho/installs/oneapi-2025.3.1/compiler/2025.3/bin/icpx
fortran: /glade/work/epicufsrt/contrib/spack-stack/derecho/installs/oneapi-2025.3.1/compiler/2025.3/bin/ifx
c: /glade/u/apps/common/25.10/spack/opt/spack/intel-oneapi-compilers/2025.3.2/snvt/compiler/2025.3/bin/icx
cxx: /glade/u/apps/common/25.10/spack/opt/spack/intel-oneapi-compilers/2025.3.2/snvt/compiler/2025.3/bin/icpx
fortran: /glade/u/apps/common/25.10/spack/opt/spack/intel-oneapi-compilers/2025.3.2/snvt/compiler/2025.3/bin/ifx
environment:
set:
# https://github.com/JCSDA/spack-stack/issues/957
Expand All @@ -35,7 +34,6 @@ packages:
- spec: gcc@13.3.1 languages:='c,c++'
prefix: /opt/cray/pe/gcc-native/13
modules:
- crayenv/25.03
- PrgEnv-gnu/8.6.0
- gcc-native/13.2
extra_attributes:
Expand All @@ -51,14 +49,12 @@ packages:
cray-mpich:
buildable: false
externals:
- spec: cray-mpich@8.1.32 +wrappers
prefix: /opt/cray/pe/mpich/8.1.32/ofi/intel/2022.1
- spec: cray-mpich@8.1.29 +wrappers
prefix: /opt/cray/pe/mpich/8.1.29/ofi/intel/2022.1
modules:
- crayenv/25.03
- PrgEnv-intel/8.6.0
- intel/2025.3.1
- craype-network-ofi
- cray-mpich/8.1.32
- intel/2025.3.2
- cray-mpich/8.1.29
- libfabric/1.22.0
- cray-pals/1.6.1
intel-oneapi-mkl:
Expand Down
3 changes: 2 additions & 1 deletion configs/sites/tier1/derecho/setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module --force purge
module use /opt/cray/pe/modulefiles
module use /glade/work/epicufsrt/contrib/spack-stack/derecho/installs/oneapi-2025.3.1/modulefiles
module load crayenv/25.03

Loading