-
Notifications
You must be signed in to change notification settings - Fork 128
Conference notes for 2023 07 11
Robert McLay edited this page Jul 11, 2023
·
1 revision
-
Changes since last meeting
- PR #644: Colorized name and version
- Reaction?
- Updated tab completion files for bash and zsh
- Mainly support for new options for zsh
- Issue #659: Support for multi-line env values for bash and zsh
- I see no way to have multi-line env vars in tcsh/csh
- User wanted this for multi-line $PS1
- PR #656: TCL doc updated from Xavier Delaruelle
- I didn't understand the difference between ::env(LMOD_VERSION_MAJOR) (good) and $::env(LMOD_VERSION_MAJOR) (bad)
- Issue #617: Print alias along with actual modulefile when doing "module list" intel/15 -> intel/15.0.5
- Issue #653: Support for inherit() with doing "module show" Matthew Cawood worked on this one
- Issue #657: New function purge() added to modulefiles This function unloads all modules except the current one. It is not reversable. Matthew Cawood worked on this one
- PR #644: Colorized name and version
-
Presentation: How Lmod picks "Highest" and marked default with one step https://github.com/TACC/Lmod/blob/main/my_docs/23/lmod_zoom_mtg_2023_07_11/presentation.pdf
- Robert McLay (TACC)
- Matthew Cawood (TACC)
- Carl Ponder