Versionen im Vergleich

Schlüssel

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

The software pool is ready to be used under a version control system called environmental modules. This allows to have several versions of the same software package installed in parallel and is made for a user friendly activation and deactivation of software. "loading a module" is synonymous for "making software accessable". The only commands required to know are.

       module avail
       module help package<package>/version<version>       
       module load package<package>/version<version>
       module module unload package<package>/version<version>

To see some hints, how the package is installed use

       module show package<package>/version<version>

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

...