Difference between revisions of "Template:App Main"

From UFRC
Jump to navigation Jump to search
Line 1: Line 1:
__NOTOC____NOEDITSECTION__
 
 
<includeonly>[[Category:Software]]</includeonly>
 
<includeonly>[[Category:Software]]</includeonly>
<!-- HELP: REQUIRED VARIABLES:
+
{|<!--CONFIGURATION: REQUIRED-->
app - lowercase name of the application e.g. "amber"
+
|{{#vardefine:app|APP_DOUBLE_CLICK_TO_CHANGE_NOW}}
url - website e.g. "http://ambermd.org/"
+
|{{#vardefine:url|URL_DOUBLE_CLICK_TO_CHANGE_NOW}}
        HELP: OPTIONAL VARIABLES
+
<!--CONFIGURATION: OPTIONAL (1=ON)-->
INTEL - Version of the Intel Compiler e.g. "11.1"
 
MPI - MPI Implementation and version e.g. "openmpi/1.3.4"-->
 
{|
 
<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|DOUBLE_CLICK_TO_CHANGE_THIS_NOW}}
 
|{{#vardefine:url|DOUBLE_CLICK_TO_CHANGE_THIS_NOW}}
 
<!--CONFIGURATION: OPTIONAL-->
 
 
|{{#vardefine:intel|}} <!-- "11.1" -->
 
|{{#vardefine:intel|}} <!-- "11.1" -->
 
|{{#vardefine:mpi|}} <!-- "openmpi/1.3.4" -->
 
|{{#vardefine:mpi|}} <!-- "openmpi/1.3.4" -->
Line 22: Line 14:
 
|{{#vardefine:faq|}} <!--FAQ-->
 
|{{#vardefine:faq|}} <!--FAQ-->
 
|{{#vardefine:citation|}} <!--CITATION-->
 
|{{#vardefine:citation|}} <!--CITATION-->
|{{#vardefine:installation|}} <!--INSTALLATION-->
+
|{{#vardefine:installation|}} <!--INSTALLATION-->|}
|}
 
 
<!--BODY-->
 
<!--BODY-->
 
<!--Description-->
 
<!--Description-->
 
{{#if: {{#var: url}}|
 
{{#if: {{#var: url}}|
 
{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}
 
{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}
DOUBLE_CLICK_TO_CHANGE_THIS_NOW
+
DESCRIPTION_DOUBLE_CLICK_TO_CHANGE_NOW
 
<!--Location-->
 
<!--Location-->
 
{{App_Location|app={{#var:app}}|{{#var:ver}}}}
 
{{App_Location|app={{#var:app}}|{{#var:ver}}}}
 
<!--VERSIONS-->
 
<!--VERSIONS-->
 
==Available versions==
 
==Available versions==
* DOUBLE_CLICK_TO_CHANGE_THIS_NOW
+
* VERSION_DOUBLE_CLICK_TO_CHANGE_NOW
 
<!-- -->
 
<!-- -->
 
{{#if: {{#var: mod}}|==Running the application using modules==
 
{{#if: {{#var: mod}}|==Running the application using 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-->
 
<!--Run-->
 
<!--Run-->
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
Line 63: Line 54:
 
{{#if: {{#var: installation}}|==Installation==
 
{{#if: {{#var: installation}}|==Installation==
 
See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}}
 
See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}}
 +
__NOTOC____NOEDITSECTION__

Revision as of 04:51, 12 May 2012

}

Description

[URL_DOUBLE_CLICK_TO_CHANGE_NOW {{{name}}} website]  
DESCRIPTION_DOUBLE_CLICK_TO_CHANGE_NOW Template:App Location

Available versions

  • VERSION_DOUBLE_CLICK_TO_CHANGE_NOW

Running the application using 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.