- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -
Module environment(Hawk): Difference between revisions
(Created page with "A module environment is used on Hawk in order to allow for flexibly choosing software to be used out of a large set. In order to use a particular software, you first have to l...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Hints for users == | |||
A module environment is used on Hawk in order to allow for flexibly choosing software to be used out of a large set. In order to use a particular software, you first have to load the respective module. A set of default modules is already loaded after login. | A module environment is used on Hawk in order to allow for flexibly choosing software to be used out of a large set. In order to use a particular software, you first have to load the respective module. A set of default modules is already loaded after login. | ||
Line 4: | Line 6: | ||
A new implementation of the module command is used on Hawk in order to allow for improved user experience. However, the same sub-commands are available as known from former systems. The layout of outputs yet slightly differs. | A new implementation of the module command is used on Hawk in order to allow for improved user experience. However, the same sub-commands are available as known from former systems. The layout of outputs yet slightly differs. | ||
<br> | |||
Basic commands: | |||
* show available modules: module avail or module avail <substring to be searched for> | |||
* show brief description for a given module: module whatis <modulename> | |||
* (un)load a module: module (un)load <modulename> | |||
* swap modules: module swap <old module> <new module> | |||
* show loaded modules: module list | |||
* show help for a specific module: module help <modulename> | |||
* search for keywords (e.g. “compiler”, “debugger”, etc.) in module descriptions: module keyword <keyword> | |||
<br> | |||
Please have a look on [https://lmod.readthedocs.io/en/latest/010_user.html here] w.r.t. further functionality. |
Revision as of 12:34, 14 January 2020
Hints for users
A module environment is used on Hawk in order to allow for flexibly choosing software to be used out of a large set. In order to use a particular software, you first have to load the respective module. A set of default modules is already loaded after login.
A new implementation of the module command is used on Hawk in order to allow for improved user experience. However, the same sub-commands are available as known from former systems. The layout of outputs yet slightly differs.
Basic commands:
- show available modules: module avail or module avail <substring to be searched for>
- show brief description for a given module: module whatis <modulename>
- (un)load a module: module (un)load <modulename>
- swap modules: module swap <old module> <new module>
- show loaded modules: module list
- show help for a specific module: module help <modulename>
- search for keywords (e.g. “compiler”, “debugger”, etc.) in module descriptions: module keyword <keyword>
Please have a look on here w.r.t. further functionality.