Skip to content

Commit

Permalink
Tidy up some more
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed Nov 30, 2023
1 parent 95f4f86 commit 2a919a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions create_lmodrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
local cudaEasyBuildDir = hostInjections .. "/software/" .. t.modFullName .. "/easybuild"
local cudaDirExists = isDir(cudaEasyBuildDir)
if not cudaDirExists then
local advice = "While the module file exists, the actual software is not shipped with EESSI. "
advice = advice .. "In order to be able to use the CUDA module, please follow the instructions "
advice = advice .. "available under https://www.eessi.io/docs/gpu/ \\n"
local advice = "but while the module file exists, the actual software is not entirely shipped with EESSI "
advice = advice .. "due to licencing. In order to be able to use the CUDA module, please follow the "
advice = advice .. "instructions available under https://www.eessi.io/docs/gpu/ \\n"
LmodError("\\nYou requested to load ", simpleName, " ", advice)
end
end
Expand Down

0 comments on commit 2a919a4

Please sign in to comment.