Skip to content

Commit 13d1359

Browse files
authored
Merge pull request #207 from bedroge/deploy_dynamic_cuda_version_check
properly deploy PR #202 (Make cuda version check dynamic)
2 parents c7ff662 + 788f8c3 commit 13d1359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create_lmodsitepackage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
end
197197
cudaVersion = os.getenv("EESSI_CUDA_DRIVER_VERSION")
198198
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
199+
-- Account for the fact that the script sourced above was designed to never return a non-zero exit code,
200200
-- even if it fails to set EESSI_CUDA_DRIVER_VERSION
201201
-- Essentially, we handle that case here by raising an error, which can be suppressed
202202
if not cudaVersion or cudaVersion == "" then

0 commit comments

Comments
 (0)