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 additional fixes for Jet, Hercules and Orion (after running ufs-weather-model) #1331

Merged
merged 4 commits into from
Oct 8, 2024
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
12 changes: 12 additions & 0 deletions configs/sites/tier1/hercules/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ packages:
externals:
- spec: coreutils@8.32
prefix: /usr
curl:
externals:
- spec: curl@7.76.1+gssapi+ldap+nghttp2
prefix: /usr
diffutils:
externals:
- spec: diffutils@3.7
Expand Down Expand Up @@ -60,6 +64,14 @@ packages:
prefix: /work/noaa/epic/role-epic/spack-stack/hercules/mysql-8.0.31
modules:
- mysql/8.0.31
openssh:
externals:
- spec: openssh@8.7p1
prefix: /usr
openssl:
externals:
- spec: openssl@3.0.1
prefix: /usr
pkgconf:
externals:
- spec: pkgconf@1.7.3
Expand Down
2 changes: 2 additions & 0 deletions configs/sites/tier1/jet/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ packages:
intel-oneapi-mpi:
externals:
- spec: intel-oneapi-mpi@2021.5.1%intel@2021.5.0
modules:
- impi/2022.1.2
prefix: /apps/oneapi
intel-oneapi-mkl:
externals:
Expand Down
2 changes: 0 additions & 2 deletions configs/sites/tier1/orion/packages_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ packages:
compiler:: [gcc@12.2.0]
providers:
mpi:: [openmpi@4.1.4]
# https://github.com/JCSDA/spack-stack/issues/1055
zlib-api:: [zlib]
mpi:
buildable: False
openmpi:
Expand Down
2 changes: 0 additions & 2 deletions configs/sites/tier1/orion/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ packages:
compiler:: [intel@2021.9.0,gcc@12.2.0]
providers:
mpi:: [intel-oneapi-mpi@2021.9.0]
# https://github.com/JCSDA/spack-stack/issues/1055
zlib-api:: [zlib]
# Remove the next three lines to switch to intel-oneapi-mkl
blas:: [openblas]
fftw-api:: [fftw]
Expand Down
Loading