-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Description
With the Lmod version in EPEL (Lmod-8.7.53-1.el8.x86_64) we are having issues with modules hidden in the SitePackage.lua. The logic can be found here: https://github.com/vub-hpc/Lmod-config/blob/main/SitePackage.lua#L239-L246
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
JupyterHubremoved in theSitePackage.lua.
Metadata
Metadata
Assignees
Labels
No labels