-
Notifications
You must be signed in to change notification settings - Fork 48
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
On NRL sites, use OS zlib instead of spack-built zlib-ng #1439
Draft
climbfuji
wants to merge
8
commits into
JCSDA:develop
Choose a base branch
from
climbfuji:feature/nrl-zlib
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
…-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 |
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.
The blueback site config will be split into separate site configs for TDS cole, tusk in a follow-up PR.
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
less
and more sophisticated tools likeddt
would 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-mpich
on Narwhal to the latest version8.1.26
.neptune-python-env
with Intel Classic compilers. Yes, the time has come to say goodbye. The new versions of Python packagespy-numpy
andpy-scipy
don't build with these compilers, and it's not worth fixing those builds given that these compilers are deprecated and the replacement (%oneapi
withicx
,icpx
,ifort
) works fine.gssapi
variant for packagelibtircp
because of a build error with latest OneAPI compilers (libtircp
only needed byhdf@4
, and the variant isn't needed)This PR requires a bugfix/workaround in spack for package
freetype
, see JCSDA/spack#496Testing
Applications 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
Checklist