-
Notifications
You must be signed in to change notification settings - Fork 47
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
Create gsi-addon-env template #905
Conversation
- common | ||
definitions: | ||
# Note: Set 'compilers' manually; must match upstream list | ||
- compilers: [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe in a future release of spack-stack, we can automate this with the spack-stack create env --upstream
command? Infer the compiler list from the first upstream repo provided and set it here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I tested this template on my mac and it works fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! thanks for doing this, @DavidHuber-NOAA!
Summary
Creates a downstream GSI environment of the unified-env environment to add builds of bufr/11.7.0, met/9.1.3, and metplus/3.1.1 to support the GSI and the global workflow.
Testing
Built on Orion and compiled the GSI, GSI-utils, GSI-monitor, and GFS-utils packages against it. Also successfully loaded the global workflow modules.
Applications affected
GSI, GSI-monitor, GSI-utils, GFS-utils, and global-workflow.
Systems affected
Hera, Orion, Hercules, Jet, Gaea, and S4
Dependencies
None
Issue(s) addressed
#864
Checklist