Modules: Różnice pomiędzy wersjami

Z KdmWiki
Przejdź do nawigacji Przejdź do wyszukiwania
Linia 1: Linia 1:
<small>< [[Supernova User Guide]] < Logging in</small>
+
<small>< [[Supernova User Guide]] < Modules </small>
  
 
Like all PRACE Tier-1 and Tier-0 sites we have implemented modules for applications and libraries frequently used by PRACE users. To load this module just type in on command line or in you script:
 
Like all PRACE Tier-1 and Tier-0 sites we have implemented modules for applications and libraries frequently used by PRACE users. To load this module just type in on command line or in you script:

Wersja z 08:37, 28 sie 2012

< Supernova User Guide < Modules

Like all PRACE Tier-1 and Tier-0 sites we have implemented modules for applications and libraries frequently used by PRACE users. To load this module just type in on command line or in you script:

 module load prace

To list loaded modules run:

 module list 

Short and full module descriptions are available after executing commands:

 module whatis module_name
 module help module_name

To see all modules instaled:

 module avail

A few examples of installed aplications are listed in software article.

Some paths and variables are set before loading any modules. Please check output of:

 env 

Additional documentation could be accesed by running:

 module -H