Skip to content

Commit 540e088

Browse files
committed
Extra subdirectory removed for accelerator subdir
1 parent 5ed221d commit 540e088

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

EESSI-extend-easybuild.eb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if (os.getenv("EESSI_CVMFS_INSTALL") ~= nil) then
108108
easybuild_installpath = os.getenv("EESSI_SOFTWARE_PATH")
109109
-- enforce accelerator subdirectory usage for CVMFS installs (only if an accelerator install is requested)
110110
if (eessi_accelerator_target ~= nil) and (cuda_compute_capability ~= nil) and (os.getenv("EESSI_ACCELERATOR_INSTALL") ~= nil) then
111-
easybuild_installpath = pathJoin(easybuild_installpath, 'accel', eessi_accelerator_target)
111+
easybuild_installpath = pathJoin(easybuild_installpath, eessi_accelerator_target)
112112
end
113113
elseif (os.getenv("EESSI_SITE_INSTALL") ~= nil) then
114114
-- Make sure no other EESSI install environment variables are set
@@ -118,7 +118,7 @@ elseif (os.getenv("EESSI_SITE_INSTALL") ~= nil) then
118118
easybuild_installpath = os.getenv("EESSI_SITE_SOFTWARE_PATH")
119119
-- enforce accelerator subdirectory usage for site installs (only if an accelerator install is requested)
120120
if (eessi_accelerator_target ~= nil) and (cuda_compute_capability ~= nil) and (os.getenv("EESSI_ACCELERATOR_INSTALL") ~= nil) then
121-
easybuild_installpath = pathJoin(easybuild_installpath, 'accel', eessi_accelerator_target)
121+
easybuild_installpath = pathJoin(easybuild_installpath, eessi_accelerator_target)
122122
end
123123
else
124124
-- Deal with user and project installs

0 commit comments

Comments
 (0)