Contents
Software Module
The installed software of the cluster is organized through modules. Loading a module adapts a user's environment variables thus providing access to the software in different versions and its corresponding dependencies. Usefule commands are:
command | action |
---|---|
module avail | list available software modules |
module list | list loaded software modules |
module help [module_name] | provides information to the software module [module_name] |
module load [module_name] | load the software module [module_name] |
module unload [module_name] | unloads the software module [module_name] |
module initadd [module_name] | [module_name] is at next login already loaded |
module purge | unloads all loaded modules |
For further informationen type module --help or man module.
Currently installed software modules.