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

Update hdf5 and fms versions for spack-stack/1.4.0 #587

Merged
merged 25 commits into from
May 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
085e508
Add ufs-wm-dev template to develop.
ulmononian Sep 27, 2022
8030756
Remove ufs-wm-dev template to get fork dev aligned with main dev.
ulmononian Oct 6, 2022
c624ce7
Merge branch 'NOAA-EMC:develop' into develop
ulmononian Oct 7, 2022
2b7a1ac
Merge branch 'NOAA-EMC:develop' into develop
ulmononian Nov 2, 2022
5d9740a
Merge branch 'NOAA-EMC:develop' into develop
ulmononian Dec 7, 2022
9acce99
Merge branch 'NOAA-EMC:develop' into develop
ulmononian Jan 22, 2023
b1337f4
Merge branch 'NOAA-EMC:develop' into develop
ulmononian Jan 26, 2023
bba3b94
Merge branch 'NOAA-EMC:develop' into develop
ulmononian Feb 21, 2023
ed2eaa4
Update .gitmodules
ulmononian Feb 21, 2023
ef05e46
Update .gitmodules
ulmononian Feb 21, 2023
227cfc2
Merge branch 'NOAA-EMC:develop' into develop
ulmononian Feb 27, 2023
ea7dc63
Merge branch 'NOAA-EMC:develop' into develop
ulmononian Mar 6, 2023
644851f
Merge branch 'NOAA-EMC:develop' into develop
ulmononian Mar 13, 2023
12d1818
Fix .gitmodules branch in develop of fork.
Mar 13, 2023
fb334f5
Merge branch 'NOAA-EMC:develop' into develop
ulmononian Mar 17, 2023
3f8f1c7
Merge branch 'NOAA-EMC:develop' into develop
ulmononian Mar 21, 2023
033eab7
Merge branch 'NOAA-EMC:develop' into develop
ulmononian Apr 19, 2023
02b3be2
Merge branch 'JCSDA:develop' into develop
ulmononian May 18, 2023
35dcf64
Update FMS and HDF5 versions in common/packages.yaml.
ulmononian May 18, 2023
032be4f
Change hdf5 version formatting in commmon/packages.yaml; update spack…
ulmononian May 18, 2023
32270ce
Fix esmf variants.
ulmononian May 18, 2023
ea5d2f8
Update spack submodule.
ulmononian May 18, 2023
30c8b04
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji May 18, 2023
b04353b
Revert .gitmodules and update submodule pointer for spack
climbfuji May 19, 2023
72421cf
Add missing modulefile additions for esmf@8.4.2
climbfuji May 19, 2023
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
4 changes: 4 additions & 0 deletions configs/common/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ modules:
^esmf@8.4.0+debug snapshot=none: 'esmf-8.4.0-debug'
^esmf@8.4.1~debug snapshot=none: 'esmf-8.4.1'
^esmf@8.4.1+debug snapshot=none: 'esmf-8.4.1-debug'
^esmf@8.4.2~debug snapshot=none: 'esmf-8.4.2'
^esmf@8.4.2+debug snapshot=none: 'esmf-8.4.2-debug'
openmpi:
environment:
set:
Expand Down Expand Up @@ -378,6 +380,8 @@ modules:
^esmf@8.4.0+debug snapshot=none: 'esmf-8.4.0-debug'
^esmf@8.4.1~debug snapshot=none: 'esmf-8.4.1'
^esmf@8.4.1+debug snapshot=none: 'esmf-8.4.1-debug'
^esmf@8.4.2~debug snapshot=none: 'esmf-8.4.2'
^esmf@8.4.2+debug snapshot=none: 'esmf-8.4.2-debug'
openmpi:
environment:
set:
Expand Down
13 changes: 6 additions & 7 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
# version: [8.4.1]
# variants: ~xerces ~pnetcdf +parallelio ~shared
esmf:
version: [8.3.0b09]
variants: ~xerces ~pnetcdf snapshot=b09 ~shared esmf_pio=internal
version: [8.4.2]
variants: ~xerces ~pnetcdf snapshot=none ~shared +external-parallelio
fckit:
version: [0.10.1]
variants: +eckit
Expand All @@ -69,7 +69,7 @@
fiat:
version: [1.1.0]
fms:
version: [2022.04]
version: [2023.01]
variants: precision=32,64 +quad_precision +gfs_phys +openmp +pic constants=GFS
g2:
version: [3.4.5]
Expand Down Expand Up @@ -97,7 +97,7 @@
version: [4.2.15]
variants: ~fortran ~netcdf
hdf5:
version: [1.12.2]
version: [1.14.1-2]
variants: +hl +fortran +mpi ~threadsafe +szip
ip:
version: [3.3.3]
Expand All @@ -119,8 +119,7 @@
version: [0.2.5]
mapl:
# 2.35.2 goes with esmf@8.4.1
#version: [2.35.2]
version: [2.22.0]
version: [2.35.2]
variants: ~shared
met:
version: [10.1.1]
Expand Down Expand Up @@ -190,7 +189,7 @@
py-eccodes:
version: [1.4.2]
py-h5py:
version: [3.6.0]
version: [3.7.0]
variants: ~mpi
# Comment out for now until build problems are solved
# https://github.com/jcsda/spack-stack/issues/522
Expand Down