Modules: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
Linia 1: | Linia 1: | ||
− | + | Like other PRACE Tier-1 and Tier-0 sites we have implemented module setting paths and environment variables for frequently used applications and libraries. 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 | ||
[[Category:User Guide]] | [[Category:User Guide]] |
Wersja z 10:21, 4 cze 2012
Like other PRACE Tier-1 and Tier-0 sites we have implemented module setting paths and environment variables for frequently used applications and libraries. 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