Site config updates and bugfixes for NRL systems (Atlantis, Narwhal, Nautilus) #1449
+8
−44
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
Atlantis
TBD
Narwhal
WIP
Revert
cray-libsci
on Narwhal from latest version (23.05.1.4) to the default version (22.11.1.2). This is unfortunate, because the newer version was compiled with versions of Intel and GNU close to the compilers we use, but we want to get rid of the warnings that applications are linked to multiple versions ofcray-libsci
(and there seem to be no good way to do this at the moment).Ideally, we can convince the system administrators to make the newer version the default - likely not until the Narwhal software overhaul after Blueback is available.
Nautilus
Revert
gcc
from12.2.1
to11.2.1
to address a known problem with the version ofld
frombinutils
that ships withgcc@12
. This particular version leads to compilation errors of downstream packages (e.g.py-pandas
) when usingopenblas
as provider forblas
,lapack
,fftw-api
in spack-stack. See https://github.com/OpenMathLib/OpenBLAS/wiki/Faq#ELFoffset for more information.Testing
IN PROGRESS
gcc
andopenblas
, ran NEPTUNE with this stackApplications affected
NEPTUNE and JEDI-NEPTUNE on Narwhal
Systems affected
Narwhal
Dependencies
None
Issue(s) addressed
Atlantis
MISSING
Narwhal
TBD Resolves #1447
Nautilus
Resolves #1446
Checklist
All dependency PRs/issues have been resolved and this PR can be merged.