Modules: Różnice pomiędzy wersjami

Z KdmWiki
Przejdź do nawigacji Przejdź do wyszukiwania
m
 
(Nie pokazano 5 wersji utworzonych przez 2 użytkowników)
Linia 1: Linia 1:
<small>< [[Supernova User Guide]] < Logging in</small>
+
{{Prace-user-guide}}
 +
<small>< [[Bem 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. There is also a meta module "prace" which load compilers modules and sets '''PRACE_ARCH''' and '''PRACE_COMPILER''' environmental variables.
  module load prace
+
 
 +
To load a module use:
 +
<pre>
 +
 
 +
module load module_name
 +
 
 +
</pre>
  
 
To list loaded modules run:
 
To list loaded modules run:
Linia 11: Linia 18:
 
   module help module_name
 
   module help module_name
  
To see all modules instaled:
+
To see all modules installed:
 
   module avail
 
   module avail
  
A few examples of installed aplications are listed in [[software]] article.
+
A few examples of installed applications are listed in [[software]] article.
  
 
Some paths and variables are set before loading any modules. Please check output of:
 
Some paths and variables are set before loading any modules. Please check output of:
Linia 21: Linia 28:
 
Additional documentation could be accesed by running:
 
Additional documentation could be accesed by running:
 
   module -H
 
   module -H
 +
 +
<small>< [[Bem User Guide]] < Modules </small>
 +
 
[[Category:User Guide]]
 
[[Category:User Guide]]

Aktualna wersja na dzień 09:44, 5 kwi 2016

< Bem 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. There is also a meta module "prace" which load compilers modules and sets PRACE_ARCH and PRACE_COMPILER environmental variables.

To load a module use:


module load module_name

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 installed:

 module avail

A few examples of installed applications 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

< Bem User Guide < Modules