[Lmod-announce] Lmod 9.1.1 Released
A Lua based environment module system that reads TCL modulefiles.
Brought to you by:
rtmclay
|
From: Announcing n. v. of L. <lmo...@li...> - 2026-02-12 21:47:12
|
Dear Lmod community, Lmod 9.1.1 is out! Highlights: * Markdown-rendered help/whatis: If your module help text contains Markdown, Lmod will detect it and render it nicely (especially useful in portals). Docs: https://lmod.readthedocs.io/en/latest/106_markdown_help.html * Load suggestions on failure: When a load fails, Lmod will now suggest valid module combinations based on your hierarchy. Example: $ module load python/3.9 boost/1.75.0 Lmod has detected the following error: These module(s) or extension(s) exist but cannot be loaded as requested: "boost/1.75.0" Try: "module spider boost/1.75.0" to see how to load the module(s). Or load any one of these options: module load gcc/10.0 python/3.9 boost/1.75.0 module load intel/21.0 python/3.9 boost/1.75.0 * /etc/lmod in SitePackage.lua search path: Lmod now searches LMOD_CONFIG_DIR (defaulting to /etc/lmod) for SitePackage.lua and related site config. As always, we welcome your feedback and/or suggestions. Best, The Lmod Team |