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

Updates for mapl/esmf in packages.yaml and modules*.yaml #1176

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
2 changes: 2 additions & 0 deletions configs/common/modules_lmod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ modules:
^[email protected]+debug snapshot=none: 'esmf-8.5.0-debug'
^[email protected]~debug snapshot=none: 'esmf-8.6.0'
^[email protected]+debug snapshot=none: 'esmf-8.6.0-debug'
^[email protected]~debug snapshot=none: 'esmf-8.6.1'
^[email protected]+debug snapshot=none: 'esmf-8.6.1-debug'
openmpi:
environment:
set:
Expand Down
2 changes: 2 additions & 0 deletions configs/common/modules_tcl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ modules:
^[email protected]+debug snapshot=none: 'esmf-8.5.0-debug'
^[email protected]~debug snapshot=none: 'esmf-8.6.0'
^[email protected]+debug snapshot=none: 'esmf-8.6.0-debug'
^[email protected]~debug snapshot=none: 'esmf-8.6.1'
^[email protected]+debug snapshot=none: 'esmf-8.6.1-debug'
openmpi:
environment:
set:
Expand Down
4 changes: 4 additions & 0 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
# config and update the projections for lmod/tcl.
# Also, check the acorn and derecho site configs which have esmf modifications.
esmf:
#version: ['8.6.1']
#variants: ~xerces ~pnetcdf snapshot=none ~shared +external-parallelio
version: ['8.5.0']
variants: ~xerces ~pnetcdf snapshot=none ~shared +external-parallelio
require:
Expand Down Expand Up @@ -143,6 +145,8 @@
# also: ... extdata2g segfault UFS?
version: ['2.40.3']
variants: ~shared ~extdata2g ~pflogger
#version: ['2.46.2']
#variants: +pflogger
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may want to retain the variants for 2.40.3 (~shared ~extdata2g ~pflogger), but since this is just a comment it won't hurt. We can do a test install with the variants in line 147 on one platform first, have the UFS developers test it, and then roll it out or correct as necessary.

# If making changes here, also check the Discover site config and the CI workflows
met:
version: ['11.1.0']
Expand Down
Loading