Usage of Modules package
- List all available/installed modules:
module avail - Load a module:
module add/load [module_name] - Unload a module:
module rm/unload [module_name] - Add/Remove path containing modules:
module use/unuse [module_path_to_add] - Switch specific versions of same module:
module swap/switch [module_name_loaded] [module_name_to-load] - Unload all modules:
module purge - Show textual description of a specific module:
module whatis [module_name] - Show short info (pathes, environment) of a specific module:
module display/show [module_name] - Search all module descriptions:
module apropos/keyword [sring_to_search] - Accessing online help:
module help [name_of_module or name_of_module_command]
date of revision: 11-25-2019 © kraus
