Difference between revisions of "Template:App Main"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <noinclude> | + | <noinclude>[[Category:Templates]]</noinclude><includeonly>[[Category:Software]]</includeonly> |
− | [[Category:Templates]] | ||
− | </noinclude> | ||
− | <includeonly>[[Category:Software]]</includeonly> | ||
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
− | |{{#vardefine:app| | + | |{{#vardefine:app|REPLACE}} |
− | |{{#vardefine:url| | + | |{{#vardefine:url|REPLACE}} |
− | <!--CONFIGURATION: OPTIONAL ( | + | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> |
− | + | |{{#vardefine:conf|}} <!--CONFIGURATION--> | |
− | |{{#vardefine: | + | |{{#vardefine:exe|}} <!--ADDITIONAL INFO--> |
− | + | |{{#vardefine:job|}} <!--JOB SCRIPTS--> | |
− | |{{#vardefine:exe|}} <!-- | + | |{{#vardefine:policy|}} <!--POLICY--> |
− | + | |{{#vardefine:testing|}} <!--PROFILING--> | |
− | |{{#vardefine: | + | |{{#vardefine:faq|}} <!--FAQ--> |
− | |{{#vardefine:policy|}} <!--POLICY--> | + | |{{#vardefine:citation|}} <!--CITATION--> |
− | |{{#vardefine:testing|}} <!-- | ||
− | |{{#vardefine:faq|}} <!--FAQ--> | ||
− | |{{#vardefine:citation|}} <!--CITATION--> | ||
|{{#vardefine:installation|}} <!--INSTALLATION--> | |{{#vardefine:installation|}} <!--INSTALLATION--> | ||
|} | |} | ||
Line 22: | Line 16: | ||
<!--Description--> | <!--Description--> | ||
{{#if: {{#var: url}}| | {{#if: {{#var: url}}| | ||
− | {{App_Description|app={{#var:app}}|url={{#var:url | + | {{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} |
− | + | ||
− | + | DESCRIPTION | |
− | + | ||
− | |||
− | |||
− | |||
<!--Modules--> | <!--Modules--> | ||
− | + | ==Environment Modules== | |
− | + | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |
− | < | + | ==System Variables== |
− | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | |
− | {{ | ||
− | |||
− | |||
<!--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: | + | {{#if: {{#var: exe}}|==Additional Information== |
− | See the [[{{PAGENAME}} | + | |
+ | WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY | ||
+ | |||
+ | |}} | ||
+ | <!--Job Scripts--> | ||
+ | {{#if: {{#var: job}}|==Job Script Examples== | ||
+ | See the [[{{PAGENAME}}_Job_Scripts]] page for {{#var: app}} Job script examples. | ||
+ | |}} | ||
<!--Policy--> | <!--Policy--> | ||
− | {{#if: {{#var: policy}}|==Usage | + | {{#if: {{#var: policy}}|==Usage Policy== |
− | WRITE USAGE POLICY HERE ( | + | |
+ | WRITE USAGE POLICY HERE (Licensing, usage, access). | ||
+ | |||
|}} | |}} | ||
<!--Performance--> | <!--Performance--> | ||
{{#if: {{#var: testing}}|==Performance== | {{#if: {{#var: testing}}|==Performance== | ||
− | + | ||
+ | WRITE_PERFORMANCE_TESTING_RESULTS_HERE | ||
+ | |||
|}} | |}} | ||
<!--Faq--> | <!--Faq--> | ||
Line 57: | Line 56: | ||
<!--Citation--> | <!--Citation--> | ||
{{#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: |
− | + | ||
+ | WRITE_CITATION_HERE | ||
+ | |||
|}} | |}} | ||
<!--Installation--> | <!--Installation--> | ||
{{#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.|}} | ||
+ | <!--Turn the Table of Contents and Edit paragraph links ON/OFF--> | ||
__NOTOC____NOEDITSECTION__ | __NOTOC____NOEDITSECTION__ |
Latest revision as of 20:58, 6 December 2019
Description
[REPLACE REPLACE website]
DESCRIPTION
Environment Modules
Run module spider REPLACE
to find out what environment modules are available for this application.
System Variables
- HPC_REPLACE_DIR - installation directory