-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update spack package post v0.5.0 #1156
Conversation
cscs-ci run |
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.
No comments beyond @RMeli's comments.
Depends on spack/spack#44463 |
spack/packages/dla-future/package.py
Outdated
|
||
variant( | ||
"mpi-gpu-force-contiguous", | ||
default=True, | ||
when="@master +mpi-gpu-aware", | ||
when="@0.5.0: +mpi-gpu-aware", | ||
description="Force communication buffers to be contiguous before communicating.", |
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.
Noticed only on the spack PR (spack/spack#44463 (comment)), but maybe we can change it here as well to:
description="Force communication buffers to be contiguous before communicating.", | |
description="Force GPU communication buffers to be contiguous before communicating.", |
?
cscs-ci run |
cscs-ci run |
No description provided.