Skip to content

Commit

Permalink
Merge pull request #811 from branfosj/patch-1
Browse files Browse the repository at this point in the history
GPU docs have moved
  • Loading branch information
boegel authored Nov 13, 2024
2 parents 33401b9 + e3e32d8 commit d3fdea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_lmodsitepackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
-- If we try to load CUDA itself, check if the full CUDA SDK was installed on the host in host_injections.
-- This is required for end users to build additional CUDA software. If the full SDK isn't present, refuse
-- to load the CUDA module and print an informative message on how to set up GPU support for EESSI
local refer_to_docs = "For more information on how to do this, see https://www.eessi.io/docs/gpu/.\\n"
local refer_to_docs = "For more information on how to do this, see https://www.eessi.io/docs/site_specific_config/gpu/.\\n"
if simpleName == 'CUDA' then
-- get the full host_injections path
local hostInjections = string.gsub(os.getenv('EESSI_SOFTWARE_PATH') or "", 'versions', 'host_injections')
Expand Down

0 comments on commit d3fdea2

Please sign in to comment.