On 23/11/18 10:57, Ole Holm Nielsen wrote: > > It's also possible to hide modules by configuring Lmod, see the > isVisibleHook function in > https://lmod.readthedocs.io/en/latest/170_hooks.html
We hide modules from older toolchain with the hooks: https://github.com/sisc-hpc/Lmod-UGent/blob/master/SitePackage.lua#L214 You can use regex, Lmod properties, etc to hide modules. Ward

