Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[CSD3] Update config and Spack environments following OS upgrade #363

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mirenradia
Copy link
Contributor

In July 2024, the nodes in the Cascade Lake partition were updated from CentOS 7 to Rocky Linux 8. They now share the same OS as other CPU partitions on CSD3 so this combines all the partitions under one system again rather than having separate ones for different OSes.

We switch to using the latest available software stack which is that built for the Cascade Lakes. This works on all CPU partitions. Instead of adding system provided packages as externals, we instead chain our Spack environment to that of the system Spack instance.

This resolves #355.

This allows us to chain our Spack environments to system Spack
instances. See https://spack.readthedocs.io/en/latest/chain.html.
In July 2024, the nodes in the Cascade Lake partition were updated from
CentOS 7 to Rocky Linux 8. They now share the same OS as other CPU
partitions on CSD3 so they have been combined and the references to OS
versions have been removed.
Following the upgrade of the Cascade Lake nodes to Rocky Linux 8, all
CPU partitions can use the same software stack. We switch to using the
software stack built for the Cascade Lake nodes as this is the newest
and works on all partitions.

Instead of adding system provided packages as externals, we instead
chain our Spack environment to that of the system Spack instance.
@mirenradia mirenradia marked this pull request as ready for review February 21, 2025 17:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update CSD3 Cascade Lake Spack environment
1 participant