Skip to content

Commit

Permalink
Release 1.8.0 additional fixes for Jet, Hercules and Orion (after run…
Browse files Browse the repository at this point in the history
…ning ufs-weather-model) (#1331)

* Update Jet packages_intel.yaml
* Update Orion packages_intel.yaml
* Update Orion packages_gcc.yaml
* Update Hercules packages.yaml
  • Loading branch information
RatkoVasic-NOAA authored Oct 8, 2024
1 parent 5101d55 commit cbf2bd3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
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

0 comments on commit cbf2bd3

Please sign in to comment.