-
Notifications
You must be signed in to change notification settings - Fork 198
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
Configure renamings #866
base: master
Are you sure you want to change the base?
Configure renamings #866
Conversation
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.
This looks good to me. My only concern is how this will affect our user's build systems. We might want to ask a few groups here to take this branch for a quick test drive to see if it breaks anything.
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.
Nice work! I left a couple of comments, but they are minor
Hi all, this is a note that we need to update this line of hypre's spack package: It should be |
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 agree with @victorapm's suggestion for HYPRE_GPU_ARCH, otherwise everything looks good to me. Thanks.
Hi all, PETSc will also need to be updated after this change, see: https://gitlab.com/petsc/petsc/-/blob/main/config/BuildSystem/config/packages/hypre.py#L130 |
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.
Overall, this looks good. My main concern is - like others have already commented - that we need to make sure that this doesn't break users' builds.
This gives more generic names to several configuration variables related to the GPU, which previously had cuda-related names. This should help to clarify and unify configuration options across different GPU architectures.