-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Woptim] Update Shared CI and Spack Configs #255
Conversation
- Use spack environments - Share CARE package, remove local copy - Use compilers wrappers on lassen - Update Uberenv
@adayton1 this is ready for review ! |
scripts/spack_packages/repo.yaml
Outdated
@@ -1,2 +0,0 @@ | |||
repo: |
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.
I'd rather this machinery be left in.
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.
Done!
"spack_activate": {}, | ||
"spack_configs_path": "scripts/radiuss-spack-configs", | ||
"spack_packages_path": ["scripts/radiuss-spack-configs/packages", "scripts/spack_packages/packages"], |
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.
I'd rather have this machinery left in.
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.
Done!
@adayton1 sorry for the delay... I lost sight of it. |
Summary
Purpose
In Shared CI:
In RADIUSS Spack Configs:
Notes
Packages in RADIUSS Spack Configs still have some specific changes compared to the PR mentioned above.