Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/1.8.0: Update derecho site config #1315

Merged
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
25 changes: 22 additions & 3 deletions configs/sites/tier1/derecho/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ compilers::
- intel-classic/2023.2.1
environment:
prepend_path:
PATH: '/opt/cray/pe/gcc/12.2.0/bin'
CPATH: '/opt/cray/pe/gcc/12.2.0/snos/include'
LD_LIBRARY_PATH: '/glade/u/apps/common/23.08/spack/opt/spack/intel-oneapi-compilers/2023.2.1/compiler/2023.2.1/linux/compiler/lib/intel64_lin:/opt/cray/pe/gcc/12.2.0/snos/lib:/opt/cray/pe/gcc/12.2.0/lib64'
PATH: '/opt/cray/pe/gcc/11.2.0/snos/bin'
CPATH: '/opt/cray/pe/gcc/11.2.0/snos/include'
LD_LIBRARY_PATH: '/glade/u/apps/common/23.08/spack/opt/spack/intel-oneapi-compilers/2023.2.1/compiler/2023.2.1/linux/compiler/lib/intel64_lin:/opt/cray/pe/gcc/11.2.0/snos/lib:/opt/cray/pe/gcc/11.2.0/snos/lib64'
set:
# https://github.com/JCSDA/spack-stack/issues/957
FI_CXI_RX_MATCH_MODE: 'hybrid'
Expand All @@ -41,4 +41,23 @@ compilers::
# https://github.com/JCSDA/spack-stack/issues/957
FI_CXI_RX_MATCH_MODE: 'hybrid'
extra_rpaths: []
# Needed for intel
- compiler:
spec: [email protected]
paths:
cc: /opt/cray/pe/gcc/11.2.0/bin/gcc
cxx: /opt/cray/pe/gcc/11.2.0/bin/g++
f77: /opt/cray/pe/gcc/11.2.0/bin/gfortran
fc: /opt/cray/pe/gcc/11.2.0/bin/gfortran
flags: {}
operating_system: sles15
target: x86_64
modules:
- ncarenv/23.09
- gcc/11.2.0
environment:
set:
# https://github.com/JCSDA/spack-stack/issues/957
FI_CXI_RX_MATCH_MODE: 'hybrid'
extra_rpaths: []

2 changes: 1 addition & 1 deletion configs/sites/tier1/derecho/config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
config:
build_jobs: 8
build_jobs: 3
21 changes: 12 additions & 9 deletions configs/sites/tier1/derecho/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ packages:
# Need to force spack to build python with ssl variant when using older openssl from OS
python:
require: "+ssl"
# py-scipy 1.12 does not build with intel on Derecho, pin to 1.11.4
# use same version with gcc for consistency on the machine
py-scipy:
require:
- '@1.11.4'
### All other external packages listed alphabetically
autoconf:
externals:
Expand All @@ -26,8 +31,8 @@ packages:
prefix: /usr
curl:
externals:
- spec: curl@7.79.1+gssapi+ldap+nghttp2
prefix: /usr
- spec: curl@8.1.2+gssapi+ldap+nghttp2
prefix: /glade/u/apps/derecho/23.09/spack/opt/spack/curl/8.1.2/gcc/7.5.0/uq6y
cvs:
externals:
- spec: [email protected]
Expand All @@ -36,13 +41,6 @@ packages:
externals:
- spec: [email protected]
prefix: /usr
ecflow::
buildable: False
externals:
- spec: [email protected]+ui+static_boost
prefix: /glade/work/epicufsrt/contrib/spack-stack/derecho/ecflow-5.8.4
modules:
- ecflow/5.8.4
findutils:
externals:
- spec: [email protected]
Expand Down Expand Up @@ -96,6 +94,11 @@ packages:
externals:
- spec: [email protected]
prefix: /usr
qt:
buildable: False
externals:
- spec: [email protected]
prefix: /glade/u/apps/derecho/23.09/spack/opt/spack/qt/5.14.2/gcc/7.5.0/eqcj
sed:
externals:
- spec: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion configs/sites/tier1/derecho/packages_intel.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packages:
all:
compiler:: [[email protected],gcc@12.2.0]
compiler:: [[email protected],gcc@11.2.0]
providers:
mpi:: [[email protected]]
# Remove the next three lines to switch to intel-oneapi-mkl
Expand Down
1 change: 0 additions & 1 deletion doc/source/PreConfiguredSites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ The following is required for building new spack environments with any supported
export LMOD_TMOD_FIND_FIRST=yes
module load ncarenv/23.09
module use /glade/work/epicufsrt/contrib/spack-stack/derecho/modulefiles
module load ecflow/5.8.4


.. _Preconfigured_Sites_Acorn:
Expand Down
Loading