Difference between revisions of "Template:App Main"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
Line 24: | Line 24: | ||
{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}} | {{App_Description|app={{#var:app}}|url={{#var:url}}}}|}} | ||
DESCRIPTION_DOUBLE_CLICK_TO_CHANGE_NOW | DESCRIPTION_DOUBLE_CLICK_TO_CHANGE_NOW | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<!--Modules--> | <!--Modules--> | ||
− | {{#if: {{#var: mod}}|== | + | {{#if: {{#var: mod}}|==Execution Environment and Modules== |
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | {{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | ||
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below--> | <!--Add additional HPC_FOO_BIN and other ENV VARIABLES below--> |
Revision as of 01:33, 10 August 2012
Description
[URL_DOUBLE_CLICK_TO_CHANGE_NOW {{{name}}} website]
DESCRIPTION_DOUBLE_CLICK_TO_CHANGE_NOW
Execution Environment and Modules
To use APP_DOUBLE_CLICK_TO_CHANGE_NOW with the environment modules system at HPC the following commands are available:
Get module information for app main:
$module spider APP_DOUBLE_CLICK_TO_CHANGE_NOW
Load the default application module:
$module load APP_DOUBLE_CLICK_TO_CHANGE_NOW
The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:
- HPC_APP_DOUBLE_CLICK_TO_CHANGE_NOW_DIR - directory where APP_DOUBLE_CLICK_TO_CHANGE_NOW is located.