Benutzer-Werkzeuge

Webseiten-Werkzeuge


module

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
module [2022/02/07 10:18]
schwan
module [2022/02/07 12:38] (aktuell)
schwan [Load/Unload of software environments]
Zeile 1: Zeile 1:
 +===== Handling of software environments with module comand =====
 ==== Listing of software environments ==== ==== Listing of software environments ====
 **How can I list all available software environments?**\\ **How can I list all available software environments?**\\
Zeile 4: Zeile 5:
 **How can I list my software environments?**\\ **How can I list my software environments?**\\
 ''module list'' or ''module li''\\ ''module list'' or ''module li''\\
- 
 **How can I list a specific software environments?**\\ **How can I list a specific software environments?**\\
 ''module avail matlab'' or ''module av matlab''\\ ''module avail matlab'' or ''module av matlab''\\
 ''module avail intel'' or ''module av intel''\\ ''module avail intel'' or ''module av intel''\\
 +**How can I get deeper information of a specific software environment?**\\ 
 +''module whatis matlab/v2021b''\\ 
 +''module show intel/v2019'' \\ 
 +''module display comsol/v60''
 ==== Load/Unload of software environments ==== ==== Load/Unload of software environments ====
 **How can I set (load) a specific software environments?**\\ **How can I set (load) a specific software environments?**\\
 ''module load matlab/v2020b''\\ ''module load matlab/v2020b''\\
 ''module load intel/v2020''\\ ''module load intel/v2020''\\
-Hint: Please check with module av matlab for an existing environment!+Hint: Please check with ''module av matlab'' for an existing environment!
  
 **How can I unset (unload) a specific software environments?**\\ **How can I unset (unload) a specific software environments?**\\
 ''module unload matlab/v2020b''\\ ''module unload matlab/v2020b''\\
 ''module unload intel/v2020''\\ ''module unload intel/v2020''\\
-Hint: Please check with module av matlab for an existing environment!+Hint: Please check with ''module av matlab'' for an existing environment!
  
-**How can I unload all (!) software environments**:+**How can I unload all (!) software environments in the current terminal**\\
 ''module purge'' ''module purge''
  
-**It is recommended to load only the necessary software environments in terminal e.g.:**\\ +**It is recommended to load only the necessary software environments in an interactive terminal and in a batch job:**\\ 
-''module purge; module load ansys/v2022r1''+''module purge; module load ansys/v2022r1''\\ 
 +''module purge; module load comsol/v60 matlab/v2020b''
  
 +**How can I get more help to the module command?**\\
 +''module help''\\
 +''man module''
  
module.1644225496.txt.gz · Zuletzt geändert: 2022/02/07 10:18 von schwan