File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
113113elseif (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
123123else
124124 -- Deal with user and project installs
You can’t perform that action at this time.
0 commit comments