Template:App Module

From UFRC
Jump to navigation Jump to search

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.

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 default 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.