Skip to content

Commit

Permalink
Use debug feature for module a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed Oct 15, 2024
1 parent 443cdef commit 78293e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init/modules/EESSI/2023.06.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ if not (archdetect_accel == nil or archdetect_accel == '') then
if isDir(eessi_module_path_accel) then
setenv("EESSI_MODULEPATH_ACCEL", eessi_module_path_accel)
prepend_path("MODULEPATH", eessi_module_path_accel)
eessiDebug("Using acclerator modules at: " .. eessi_module_path_accel)
end
end

Expand Down

0 comments on commit 78293e6

Please sign in to comment.