Difference between revisions of "Template:App Module"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) (Created page with "To use {{{app}}} with the environment modules system at HPC the following commands are available: Get a list of currently available modules: $module avail Get module informati…") |
Moskalenko (talk | contribs) |
||
Line 1: | Line 1: | ||
To use {{{app}}} with the environment modules system at HPC the following commands are available: | To use {{{app}}} with the environment modules system at HPC the following commands are available: | ||
− | |||
− | |||
− | |||
Get module information for {{lc: {{PAGENAME}}}}: | Get module information for {{lc: {{PAGENAME}}}}: | ||
Line 16: | Line 13: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Templates]] | [[Category:Templates]] | ||
− | This is a sub-template for an application documentation page. It is transcluded if the appropriate call parameters are used. See the [[Template: | + | This is a sub-template for an application documentation page. It is transcluded if the appropriate call parameters are used. See the [[Template:App_Main]] for full details. |
</noinclude> | </noinclude> |
Revision as of 15:35, 7 October 2011
To use {{{app}}} with the environment modules system at HPC the following commands are available:
Get module information for app module:
$module spider {{{app}}}
Load Intel compiler:
$module load intel/{{{intel}}}
Load MPI implementation:
$module load {{{mpi}}}
Load the application module:
$module load {{{app}}}
The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:
HPC_{{{APP}}}_DIR - directory where {{{app}}} is located. This is a sub-template for an application documentation page. It is transcluded if the appropriate call parameters are used. See the Template:App_Main for full details.