Skip to content

Commit 2e8b965

Browse files
author
Caspar van Leeuwen
committed
Merge branch 'CUDA_cuDNN_hooks_202506' of github.com:casparvl/software-layer-scripts into CUDA_cuDNN_hooks_202506
2 parents 26425be + 2422804 commit 2e8b965

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

eb_hooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,6 @@ def is_unsupported_module(self):
752752
var=f"EESSI_IGNORE_CUDA_{cudaver}_CC_{cuda_ccs_string}".replace('.', '_')
753753
errmsg = f"EasyConfigs using CUDA {cudaver} or older are not supported for (all) requested Compute "
754754
errmsg +=f"Capabilities: {cuda_ccs}.\\n"
755-
UnsupportedModule(envvar=var,errmsg=errmsg)
756755
setattr(self, EESSI_UNSUPPORTED_MODULE_ATTR, UnsupportedModule(envvar=var,errmsg=errmsg))
757756
return True
758757

0 commit comments

Comments
 (0)