On NRL sites, use OS zlib instead of spack-built zlib-ng#1439
Merged
climbfuji merged 12 commits intoJCSDA:developfrom Jan 7, 2025
Merged
On NRL sites, use OS zlib instead of spack-built zlib-ng#1439climbfuji merged 12 commits intoJCSDA:developfrom
climbfuji merged 12 commits intoJCSDA:developfrom
Conversation
…-built zlib-ng; on Narwhal, bump cray-mpich to 8.1.26
…with Intel Classic
climbfuji
commented
Jan 3, 2025
| # For TDS tusk | ||
| - spec: [email protected] | ||
| prefix: /usr | ||
| # For TDS cole |
Collaborator
Author
There was a problem hiding this comment.
The blueback site config will be split into separate site configs for TDS cole, tusk in a follow-up PR.
AlexanderRichert-NOAA
approved these changes
Jan 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates all NRL sites to use the OS libz.so instead of the spack-built zlib-ng version. This is to address numerous problems, especially on Cray, where after loading spack-stack environments, basic tools like
lessand more sophisticated tools likeddtwould throw many warnings or even stop working. For consistency, we do this on all NRL systems, regardless of being a Cray or not.Included are also:
cray-mpichon Narwhal to the latest version8.1.26.neptune-python-envwith Intel Classic compilers. Yes, the time has come to say goodbye. The new versions of Python packagespy-numpyandpy-scipydon't build with these compilers, and it's not worth fixing those builds given that these compilers are deprecated and the replacement (%oneapiwithicx,icpx,ifort) works fine. Add same conflict for LLVM (clang) compilers.gssapivariant for packagelibtircpbecause of a build error with latest OneAPI compilers (libtircponly needed byhdf@4, and the variant isn't needed)This PR requires a bugfix/workaround in spack for package
freetype, see JCSDA/spack#496Testing
neptune-python-envand usespinstead ofipipis built withgccinstead ofaoccApplications affected
NEPTUNE applications running on NRL systems
Systems affected
NRL systems
Dependencies
Issue(s) addressed
Resolves numerous issue in the NRL Enterprise GitHub related to using spack's zlib-ng.
Resolves #1441
Resolves #1437
Checklist