-
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
Avoid linking to libirc.so in spack (parallel-netcdf), turn off crypt variant for Python, and update Orion site config to fix tar issue #1435
Draft
climbfuji
wants to merge
3
commits into
JCSDA:develop
Choose a base branch
from
climbfuji:feature/libirc_parallel_netcdf_and_scipy
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
climbfuji
changed the title
DRAFT Update .gitmodules and submodule pointer for spack for code review an…
Avoid linking to libirc.so in spack (parallel-netcdf), update Orion site config
Dec 26, 2024
climbfuji
changed the title
Avoid linking to libirc.so in spack (parallel-netcdf), update Orion site config
Avoid linking to libirc.so in spack (parallel-netcdf), update Orion site config to solve tar issue
Dec 26, 2024
climbfuji
changed the title
Avoid linking to libirc.so in spack (parallel-netcdf), update Orion site config to solve tar issue
Avoid linking to libirc.so in spack (parallel-netcdf), update Orion site config to fix tar issue
Dec 26, 2024
climbfuji
force-pushed
the
feature/libirc_parallel_netcdf_and_scipy
branch
from
December 26, 2024 23:09
3365b2a
to
bc40b8f
Compare
climbfuji
changed the title
Avoid linking to libirc.so in spack (parallel-netcdf), update Orion site config to fix tar issue
Avoid linking to libirc.so in spack (parallel-netcdf), turn off crypt variant for Python, and update Orion site config to fix tar issue
Dec 26, 2024
…e curl and openssl; modules.yaml: include openssl)
climbfuji
force-pushed
the
feature/libirc_parallel_netcdf_and_scipy
branch
from
December 27, 2024 14:42
bc40b8f
to
96de96a
Compare
I'm still running into the tar issue with an Intel build:
I must have something wrong in my environment. I used this to load modules:
|
Ah well, so this is another library ( |
@srherbener Is the information from my libirc bugfix sufficient for you to look into libm and fix that? |
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
libirc.so
dynamically linked. Applications linked againstlibirc.so
fail to start up. See Avoid linking to Intel's libirc.so library (aka bad configure script of package parallel-netcdf) #1436. The spack PR that is part of the suggested changes here fixes this by replacinglibirc.so
withlibintlc.so
in theparallel-netcdf
build. See Bug fix in parallel-netcdf to avoid linking to libirc.so AND cherry-pick spack develop PR 48251 (conflict Intel Classic with scipy@1.14) spack#495.crypt
variant for Python; this variant leads to build errors with Intel inpy-cryptography
unless externalcurl
andopenssl
are removed, which itself is problematic.wget
on Orion, latest versions don't build with Intel on the machine.py-scipy@1.14
with Intel Classic compilers. See Bug fix in parallel-netcdf to avoid linking to libirc.so AND cherry-pick spack develop PR 48251 (conflict Intel Classic with scipy@1.14) spack#495.Testing
Please try to reproduce the problem reported in #1355 with the following environment (I couldn't):
In addition to the testing described in JCSDA/spack#495, I built the ufs-weather-model on Orion and ran one of the ATM-only regression tests. It ran to completion, but the results didn't match the baseline (this is expected, many packages are newer in spack-stack develop than they are in spack-stack-1.6.0, which the still UFS uses)
Applications affected
All
Systems affected
Orion specifically, but basically all that use Intel compilers
Dependencies
Issue(s) addressed
Resolves #1355
Resolves #1436
Checklist