-
Notifications
You must be signed in to change notification settings - Fork 128
Conference notes for 2023 03 07
Robert McLay edited this page Mar 17, 2023
·
1 revision
- Robert McLay (TACC)
- Matthew Cawood (TACC)
- Kenneth Hoste (HPC-UGent, Belgium)
- Sebastian Moretti (SIB, Switzerland)
- Kurt Lust (Univ. of Antwerpen + LUMI User Support Team)
- Dan Green (NC State University)
- Al Quiros (South Florida Water Management District)
- Recent bug reports/issues at Lmod's github repo
- no (new) recent issues/bug reports opened
- Issues not yet handled:
- Issue #627: pushenv with empty string
- see https://github.com/TACC/Lmod/issues/627
- Robert started looking into this, but needs more work
- Issue #623: Support for module-hide from TCL
- https://github.com/TACC/Lmod/issues/623
- some feedback received from Xavier (Tmod lead developer), Robert still needs to look into this
- Issue #617: ml my_alias; ml -> what should be printed alias or real modulefile?
- https://github.com/TACC/Lmod/issues/617
- it's clear what should be done here, just needs to happen...
- Issue #627: pushenv with empty string
- Q&A
- question by Matthew on module names vs $MODULEPATH
- Presentation on how to test your own modulefiles
- This includes how to test your own modulefiles that replace a marked default
- see slides at https://github.com/TACC/Lmod/blob/master/my_docs/23/lmod_zoom_mtg_2023_03_07/presentation.pdf
- The Alliance includes prepend_path statement guarded by an existence check so users can more easily put module files in their own home directory without having to put module files for compiler/MPI in place that use inherit()
- top of module hierarchy can also be determine via myFileName() and creatively using .match
- see https://github.com/TACC/Lmod/blob/main/bugReport/my_modules/Core/gcc/10.0.lua
- can be improved (less hardcoding) by also using myModuleName() and myModuleVersion() functions
- Next meeting:
- 4 April 2023 - 14:30 UTC
- talk by Matthew on how benchpro interacts with Lmod
- Lmod monthly meeting in May'23 will most likely be skipped