Skip to content
Merged
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
18 changes: 2 additions & 16 deletions configs/sites/tier1/derecho/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,14 @@ compilers::
operating_system: sles15
target: x86_64
modules:
- intel/2024.2.1
- ncarenv/24.12
- intel/2024.2.1
environment:
prepend_path:
PATH: '/glade/u/apps/casper/24.12/spack/opt/spack/gcc/12.4.0/5b5c/bin'
CPATH: '/glade/u/apps/casper/24.12/spack/opt/spack/gcc/12.4.0/5b5c/include'
LD_LIBRARY_PATH: '/glade/u/apps/casper/24.12/spack/opt/spack/gcc/12.4.0/5b5c/lib:/glade/u/apps/casper/24.12/spack/opt/spack/gcc/12.4.0/5b5c/lib64'
set:
# https://github.com/JCSDA/spack-stack/issues/957
FI_CXI_RX_MATCH_MODE: 'hybrid'
# https://github.com/JCSDA/spack-stack/issues/1012
I_MPI_EXTRA_FILESYSTEM: 'ON'
extra_rpaths: []

- compiler:
spec: [email protected]
paths:
Expand All @@ -36,12 +31,3 @@ compilers::
modules:
- ncarenv/24.12
- gcc/12.4.0
environment:
prepend_path:
# For compiling scotch (which requires Intel MPI) with gcc in the [email protected] unified environment
LD_LIBRARY_PATH: '/glade/u/apps/casper/24.12/spack/opt/spack/intel-oneapi-compilers/2024.2.1/gcc/12.4.0/iq3b/compiler/2024.2/lib'
set:
# https://github.com/JCSDA/spack-stack/issues/957
FI_CXI_RX_MATCH_MODE: 'hybrid'
extra_rpaths: []

1 change: 0 additions & 1 deletion configs/sites/tier1/derecho/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ modules:
- lmod
lmod:
include:
- cray-mpich
- python
18 changes: 2 additions & 16 deletions configs/sites/tier1/derecho/packages_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ packages:
modules:
- craype/2.7.31
- ncarenv/24.12
- cray-mpich/8.1.29
- gcc/12.4.0
- libfabric/1.15.2.0
environment:
prepend_path:
PATH: '/opt/cray/pe/pals/1.2.12/bin'
PKG_CONFIG_PATH: '/opt/cray/pe/pals/1.2.12/lib/pkgconfig'
MANPATH: '/opt/cray/pe/pals/1.2.12/man'
PE_PALS_PKGCONFIG_LIBS: 'libpals'
PE_PKGCONFIG_PRODUCTS: 'PE_PALS'
set:
# https://github.com/JCSDA/spack-stack/issues/957
FI_CXI_RX_MATCH_MODE: 'hybrid'
# https://github.com/JCSDA/spack-stack/issues/1012
I_MPI_EXTRA_FILESYSTEM: 'ON'
I_MPI_OFI_LIBRARY: '/opt/cray/libfabric/1.15.2.0/lib64/libfabric.so.1'
extra_rpaths: []

- cray-mpich/8.1.29
19 changes: 3 additions & 16 deletions configs/sites/tier1/derecho/packages_oneapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,16 @@ packages:
providers:
mpi:: [[email protected]]
mpi:
buildable: true
buildable: false
cray-mpich:
externals:
- spec: [email protected]%[email protected] +wrappers
modules:
- intel/2024.2.1
- ncarenv/24.12
- craype/2.7.31
- intel/2024.2.1
- libfabric/1.15.2.0
environment:
prepend_path:
PATH: '/opt/cray/pe/pals/1.2.12/bin'
PKG_CONFIG_PATH: '/opt/cray/pe/pals/1.2.12/lib/pkgconfig'
MANPATH: '/opt/cray/pe/pals/1.2.12/man'
PE_PALS_PKGCONFIG_LIBS: 'libpals'
PE_PKGCONFIG_PRODUCTS: 'PE_PALS'
set:
# https://github.com/JCSDA/spack-stack/issues/957
FI_CXI_RX_MATCH_MODE: 'hybrid'
# https://github.com/JCSDA/spack-stack/issues/1012
I_MPI_EXTRA_FILESYSTEM: 'ON'
I_MPI_OFI_LIBRARY: '/opt/cray/libfabric/1.15.2.0/lib64/libfabric.so.1'
extra_rpaths: []
- cray-mpich/8.1.29
intel-oneapi-runtime:
buildable: False
externals:
Expand Down
Loading