We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7ff662 + 788f8c3 commit 13d1359Copy full SHA for 13d1359
1 file changed
create_lmodsitepackage.py
@@ -196,7 +196,7 @@
196
end
197
cudaVersion = os.getenv("EESSI_CUDA_DRIVER_VERSION")
198
local cudaVersion_req = os.getenv("EESSICUDAVERSION")
199
- -- Account for the fact that the script sourced above was designed to never return a non-zero exit
+ -- Account for the fact that the script sourced above was designed to never return a non-zero exit code,
200
-- even if it fails to set EESSI_CUDA_DRIVER_VERSION
201
-- Essentially, we handle that case here by raising an error, which can be suppressed
202
if not cudaVersion or cudaVersion == "" then
0 commit comments