Difference between revisions of "Template:App Main"

From UFRC
Jump to navigation Jump to search
Line 40: Line 40:
 
{{#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}}}}|}}
{{#if: {{#var: exe}}|==Manual execution instructions==
+
{{#if: {{#var: exe}}|==How To Run==
WRITE INSTRUCTIONS ON RUNNING THE APP WITHOUT MODULES HERE|}}
+
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==
 
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}}
 
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}}

Revision as of 16:31, 14 October 2011


Description

{{{name}}} website  
PASTE OR ENTER EXTENDED DESCRIPTION HERE OR REMOVE THIS LINE [PASTE A LINK TO UPSTREAM DOCS OR REMOVE THIS LINE Upstream documentation] for test. Template:App Location ADD EXECUTABLE AND LIBRARY LOCATION DETAILS FOR INSTALLED VERSIONS OR REMOVE THIS MESSAGE

Running the application using modules

To use test with the environment modules system at HPC the following commands are available:

Get module information for app main:

$module spider test

Load the default application module:

$module load test

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_TEST_DIR - directory where test is located.