Skip to content

Commit 93dae0d

Browse files
committed
Tweak comment
1 parent b235c7c commit 93dae0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_lmodrc.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def error(msg):
3333
error("Prefix directory %s does not exist!" % prefix)
3434

3535
lmodrc_path = os.path.join(prefix, DOT_LMOD, 'lmodrc.lua')
36-
# Lmod itself doesn't care about compute capability so remove this duplication from
37-
# the install path (if it exists)
36+
# Lmod itself doesn't care about the accelerator subdir so remove this duplication from
37+
# the target path (if it exists)
3838
accel_subdir = os.getenv("EESSI_ACCELERATOR_TARGET")
3939
if accel_subdir:
4040
lmodrc_path = lmodrc_path.replace("/accel/%s" % accel_subdir, '')

0 commit comments

Comments
 (0)