Blueback gcc@14, new variant fix_rt_linkage for intel-oneapi-compilers + bug fix in spack stack check-preferred-compiler, codee 2026.1.2#1999
Merged
climbfuji merged 18 commits intoJCSDA:developfrom May 1, 2026
Conversation
…eview and testing
…eature/gcc14_initial
…educe number of concurrent package builds from 10 to 4
…eature/gcc14_blueback
…nt fix_rt_linkage to external intel-oneapi-compilers
…n .github/workflows/ubuntu-ci-x86_64-oneapi.cfg and .github/workflows/ubuntu-ci-x86_64-oneapi-ifx.cfg
…y: handle package that doesn't have an explicit package config but isn't built with the default=preferred compiler
spack stack check-preferred-compiler, codee 2026.1.2
…for all tier 1 and tier 2 NRL sites
climbfuji
commented
May 1, 2026
| "true") | ||
| jobs=$(tasks_per_node ${host}) | ||
| parallel_install_flags="--concurrent-packages=10 --jobs=${jobs}" | ||
| parallel_install_flags="--concurrent-packages=4 --jobs=${jobs}" |
Collaborator
Author
There was a problem hiding this comment.
Discovered while rebuilding everything from scratch (i.e. not reusing the build cache - too many concurrent packages with too many make threads exhausted the available resources, even on Blueback).
mathomp4
approved these changes
May 1, 2026
theurich
approved these changes
May 1, 2026
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.
Description
gcc@14.3.0on Blueback.spack stack check-preferred-compiler, see Bug in 'spack stack check-preferred-compiler' for package without explicit config #2000.+fix_rt_linkageto all NRL tier1 and tier2 externalintel-oneapi-compilersspecs, as well as to the two Intel GitHub CI tests.Dependencies
fix_rt_linkagefor intel-oneapi-compilers to fix missing symbols in libimf.so/libirc.so (spack-packages #4092) spack-packages#55Issues addressed
Closes #2000
Closes #1933
Applications affected
No direct effect. The variant
+fix_rt_linkageonly fixes the faulty Intel runtime libraries during installationSystems affected
NRL sites.
Testing
Checklist
All necessary updates to the documentation (spack-stack wiki) will be made when this PR is merged