Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

A list of all available modules sorted into CATEGORIES can be generated with the command module avail and a . A list of loaded modules is shown with the command module list. When you get a HLRN account, your environment is provided by the system profile and should be set up correctly to use modules. If you change shell or modify your environment in such a way to make modules fail, contact the your HLRN support consultant for help.

...

It is also possible to put module commands in the .bashrc. However, this may result in various conflicts and errors. So just: don't!

A complete list of all module commands is available with module help.

Available modules overview

       module avail

This command shows all modules available to be loaded.  Notice the version numbers. Modules makes it easy to switch between different software versions. At HLRN the modules are sorted into CATEGORIES (all capital letters).


       module apropos String

This command seeks  through  the  so-called whatis  informations  of  all  available modulefiles for the specified string.  All module whatis informations matching the string search for *String* (case sensitive) will be displayed. Use the parameter *-i* to ignore case sensitivity. 


Loading a module manipulates the shell environment to make software visible for shell commands. Note, these changes of environmental variables are fully reversible and are taken back, if a module is unloaded.

...