TACC / Lmod

Lmod: An Environment Module System based on Lua, Reads TCL Modules, Supports a Software Hierarchy
http://lmod.readthedocs.org
Other
480 stars 124 forks source link

Is it possible to force users to specify module version? #637

Closed simonLeary42 closed 1 year ago

simonLeary42 commented 1 year ago

The name says it all. Lmod behaves more consistently as admins make changes to modules if people are used to loading modules with version names. Can we force them to use version names all the time?

rtmclay commented 1 year ago

Yes you can. Read about LMOD_EXACT_MATCH here:

https://lmod.readthedocs.io/en/latest/090_configuring_lmod.html

simonLeary42 commented 1 year ago

thanks!