We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e274fbe commit 451931cCopy full SHA for 451931c
eb_hooks.py
@@ -201,7 +201,7 @@ def is_cuda_cc_supported_by_toolkit(cuda_cc, toolkit_version):
201
msg +="not known for this toolkit version. Please install the toolkit version manually, run "
202
msg +="'nvcc --list-gpu-arch' to determine he supported CUDA Compute Capabilities, and then add these "
203
msg +=f"to the CUDA_SUPPORTED_CCS table in the EasyBuild hooks ({build_option('hooks')}). "
204
- msg += "Alternatively, you can skip the compatiblity check alltogether by setting the "
+ msg += "Alternatively, you can skip the compatibility check altogether by setting the "
205
msg += "EESSI_OVERRIDE_CUDA_CC_TOOLKIT_CHECK environment variable."
206
raise EasyBuildError(msg)
207
0 commit comments