Template:App Main: Difference between revisions

From UFRC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>[[Category:Templates]]</noinclude><includeonly>[[Category:Software]]</includeonly>
<noinclude>[[Category:Templates]]</noinclude><includeonly>[[Category:Software]]</includeonly>
{|<!--CONFIGURATION: REQUIRED-->
{|<!--CONFIGURATION: REQUIRED-->
|{{#vardefine:app|test}}
|{{#vardefine:app|DOUBLE_CLICK_TO_REPLACE}}
|{{#vardefine:url|http://wiki.hpc.ufl.edu}}
|{{#vardefine:url|DOUBLE_CLICK_TO_REPLACE}}
<!--CONFIGURATION: OPTIONAL (1=ON)-->
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
|{{#vardefine:mod|1}} <!--MODULES - NOW REQUIRED-->
|{{#vardefine:conf|}}           <!--CONFIGURATION-->
|{{#vardefine:intel|}} <!-- "11.1" - Compiler Module Choice -->
|{{#vardefine:exe|}}           <!--ADDITIONAL INFO-->
|{{#vardefine:mpi|}} <!-- "openmpi/1.3.4"- MPI Module Choice -->
|{{#vardefine:pbs|}}           <!--PBS SCRIPTS-->
|{{#vardefine:exe|}} <!--RUNNING -->
|{{#vardefine:policy|}}         <!--POLICY-->
|{{#vardefine:conf|}} <!--CONFIGS-->
|{{#vardefine:testing|}}       <!--PROFILING-->
|{{#vardefine:pbs|}} <!--PBS SCRIPTS-->
|{{#vardefine:faq|}}             <!--FAQ-->
|{{#vardefine:policy|}} <!--POLICY-->
|{{#vardefine:citation|}}       <!--CITATION-->
|{{#vardefine:testing|}} <!--TESTING/PROFILING-->
|{{#vardefine:faq|}} <!--FAQ-->
|{{#vardefine:citation|}} <!--CITATION-->
|{{#vardefine:installation|}} <!--INSTALLATION-->
|{{#vardefine:installation|}} <!--INSTALLATION-->
|}
|}
Line 23: Line 20:
Description goes here
Description goes here
<!--Modules-->
<!--Modules-->
{{#if: {{#var: mod}}|==Required Modules==
==Required Modules==
intel/2012 openmpi/1.6 test
<!--
|}
===Serial===
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below-->
* {{#var:app}}
<!--Run-->
===Parallel (OpenMP)===
{{#if: {{#var: exe}}|==How To Run==
* intel
DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY
* {{#var:app}}
|}}
===Parallel (MPI)===
* intel
* openmpi
* {{#var:app}}
-->
<!--Configuration-->
<!--Configuration-->
{{#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.
|}}
<!--Run-->
{{#if: {{#var: exe}}|==Additional Information==
DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY
|}}
|}}
<!--PBS scripts-->
<!--PBS scripts-->
{{#if: {{#var: pbs}}|==PBS Script Examples==
{{#if: {{#var: pbs}}|==PBS Script Examples==
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.
|}}
<!--Policy-->
<!--Policy-->
{{#if: {{#var: policy}}|==Usage policy==
{{#if: {{#var: policy}}|==Usage Policy==
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)
WRITE USAGE POLICY HERE (Licensing, usage, access).
|}}
|}}
<!--Performance-->
<!--Performance-->
{{#if: {{#var: testing}}|==Performance==
{{#if: {{#var: testing}}|==Performance==
DOUBLE_CLICK_TO_WRITE_PERFORMANCE_TESTING_RESULTS_HERE
WRITE_PERFORMANCE_TESTING_RESULTS_HERE
|}}
|}}
<!--Faq-->
<!--Faq-->
Line 52: Line 58:
{{#if: {{#var: citation}}|==Citation==
{{#if: {{#var: citation}}|==Citation==
If you publish research that uses {{#var:app}} you have to cite it as follows:
If you publish research that uses {{#var:app}} you have to cite it as follows:
DOUBLE_CLICK_TO_WRITE_CITATION_HERE
WRITE_CITATION_HERE
|}}
|}}
<!--Installation-->
<!--Installation-->

Revision as of 16:40, 10 August 2012

Description

[DOUBLE_CLICK_TO_REPLACE DOUBLE_CLICK_TO_REPLACE website]  

Description goes here

Required Modules