You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works well until we updated to 8.7.53. Now the module is not visible at all. Neither ml --show_hidden spider or ml --show_hidden av show it. Module that load it as a dependency fail to load. Removing the lines in our SitePackage.lua fixes the issue (but the module is no longer hidden).
In attachment I've added two files:
output-broken.txt.gz: This is the output of ml -D --ignore-cache --show_hidden spider JupyterHub.
output-unhidden.txt.gz. This is the same output but with the line of JupyterHub removed in the SitePackage.lua.
The text was updated successfully, but these errors were encountered:
With the Lmod version in EPEL (
Lmod-8.7.53-1.el8.x86_64
) we are having issues with modules hidden in theSitePackage.lua
. The logic can be found here: https://github.com/vub-hpc/Lmod-config/blob/main/SitePackage.lua#L239-L246This works well until we updated to 8.7.53. Now the module is not visible at all. Neither
ml --show_hidden spider
orml --show_hidden av
show it. Module that load it as a dependency fail to load. Removing the lines in ourSitePackage.lua
fixes the issue (but the module is no longer hidden).In attachment I've added two files:
ml -D --ignore-cache --show_hidden spider JupyterHub
.JupyterHub
removed in theSitePackage.lua
.The text was updated successfully, but these errors were encountered: