Skip to content

Commit 64e17c4

Browse files
author
Caspar van Leeuwen
committed
Remove logic for local testing
1 parent daac4f5 commit 64e17c4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

create_lmodsitepackage.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,7 @@
190190
if cudaDriverExists then
191191
local cudaVersion = os.getenv("EESSI_CUDA_DRIVER_VERSION")
192192
if not cudaVersion or cudaVersion == "" then
193-
-- Hardcode for local testing
194-
-- local eessi_prefix = os.getenv("EESSI_PREFIX")
195-
local eessi_prefix = pathJoin('/home', 'casparl', 'EESSI', 'software-layer-scripts')
193+
local eessi_prefix = os.getenv("EESSI_PREFIX")
196194
local script = pathJoin(eessi_prefix, 'scripts', 'gpu_support', 'nvidia', 'get_cuda_driver_version.sh')
197195
-- Check return code first. We don't want source_sh to raise an LmodError, we just print
198196
-- an LmodWarning stating we couldn't do a proper version compatibility check

0 commit comments

Comments
 (0)