Modules Basics
Some basic commands to use lmod:
module avail- lists every module available to loadmodule key <keyword>- searches for modules in a category specified (e.g.,module key bio)module spider <module-name>- prints information about the software including different offered versionsmodule load <module-name>- load the desired software (usemodule load <module-name/ver-number>to load a specific version)module unload <module-name>- unloads the desired softwaremodule list- prints all currently loaded modulesmodule purge- unloads all modules