-
Notifications
You must be signed in to change notification settings - Fork 283
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
add custom easyblock for NCCL (built from source) #2337
add custom easyblock for NCCL (built from source) #2337
Conversation
easybuild/easyblocks/n/nccl.py
Outdated
|
||
# list of CUDA compute capabilities to use can be specifed in two ways (where (2) overrules (1)): | ||
# (1) in the easyconfig file, via the custom cuda_compute_capabilities; | ||
# (2) in the EasyBuild configuration, via --cuda-compute-capabilities configuration option; |
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.
to be pedantic, there is a third way, using envar EASYBUILD_CUDA_COMPUTE_CAPABILITIES
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 in 2158e90
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.
lgtm
Going in, thanks @branfosj! |
(created using
eb --new-pr
)