Skip to content

Commit

Permalink
Update parallelio to 2.5.10 in configs/common/packages.yaml and confi…
Browse files Browse the repository at this point in the history
…gs/containers/README.md
  • Loading branch information
climbfuji committed Aug 18, 2023
1 parent b7b0fb3 commit e6f4fc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
libyaml:
version: ['0.2.5']
mapl:
# 2.35.2 goes with [email protected].1
# 2.35.2 goes with [email protected].2
version: ['2.35.2']
variants: ~shared
met:
Expand Down Expand Up @@ -171,7 +171,7 @@
p4est:
version: ['2.8']
parallelio:
version: ['2.5.9']
version: ['2.5.10']
variants: +pnetcdf
parallel-netcdf:
version: ['1.12.2']
Expand Down
14 changes: 5 additions & 9 deletions configs/containers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

To avoid hardcoding specs in the generic container recipes, we keep the specs list empty (`specs: []`) and manually add the specs for the particular spack-stack release and application as listed below, *after* running `spack stack create ctr`.

### spack-stack-1.4.1 / skylab-5.0.0 containers for fv3-jedi and mpas-jedi (but not for ufs-jedi)
### spack-stack-1.5.0 / skylab-6.0.0 containers for fv3-jedi and mpas-jedi (but not for ufs-jedi)
```
specs: [[email protected], [email protected] ~fftw, [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], ecflow@5,
Expand All @@ -11,23 +11,19 @@ To avoid hardcoding specs in the generic container recipes, we keep the specs li
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected],
[email protected].9, [email protected], [email protected], [email protected],
[email protected].10, [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected],
[email protected], py-pip, [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], shumlib@macos_clang_linux_intel_port]
# Don't build CRTM by default so that it gets built in the JEDI bundles:
# [email protected]
# Don't build ESMF and MAPL for now:
# https://github.com/JCSDA-internal/MPAS-Model/issues/38
# https://github.com/jcsda/spack-stack/issues/326
# [email protected], [email protected], [email protected]
# Comment out for now until build problems are solved
# https://github.com/jcsda/spack-stack/issues/522
# [email protected]
```

### spack-stack-1.4.1 / ufs-weather-model-x.y.z containers for ufs-weather-model as of July 5, 2023
### spack-stack-1.5.0 / ufs-weather-model-x.y.z containers for ufs-weather-model as of July 5, 2023

**Note. This is not yet working correctly, some libraries are missing. Please do not use yet! Also, if using the clang-mpich container, need to disable openmp for fms, not clear how to do this cleanly.**

Expand All @@ -39,7 +35,7 @@ To avoid hardcoding specs in the generic container recipes, we keep the specs li
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected],
[email protected].9, [email protected], [email protected], [email protected],
[email protected].10, [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected],
py-pip, [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected],
Expand Down
4 changes: 0 additions & 4 deletions configs/templates/unified-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ spack:
#- upp-env
#- ww3-env

# Additional esmf/mapl tags
#- [email protected]~debug+external-parallelio
#- [email protected]~debug ^[email protected]~debug+external-parallelio

# Additional crtm tags
- [email protected]
- [email protected]
Expand Down

0 comments on commit e6f4fc9

Please sign in to comment.