Skip to content

Commit c8bac14

Browse files
author
Caspar van Leeuwen
committed
Fix function description
1 parent d4b9721 commit c8bac14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ def post_sanitycheck_hook(self, *args, **kwargs):
971971
def pre_sanitycheck_hook_cuda(self, *args, **kwargs):
972972
"""
973973
If CUDA is a build-only dependency (demoted to build dep by inject_gpu_property),
974-
temporarily promote it to a runtime dependency so CUDA tools (cuobjdump, nvcc)
974+
temporarily load the module so CUDA tools (cuobjdump, nvcc)
975975
are available during the sanity check step.
976976
This is needed since EasyBuild 5.4.0 where build deps are no longer available
977977
during the sanity check.

0 commit comments

Comments
 (0)