Difference between revisions of "Template:App Main"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
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| | + | |{{#vardefine:app|DOUBLE_CLICK_TO_REPLACE}} |
− | |{{#vardefine:url| | + | |{{#vardefine:url|DOUBLE_CLICK_TO_REPLACE}} |
− | <!--CONFIGURATION: OPTIONAL ( | + | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> |
− | + | |{{#vardefine:conf|}} <!--CONFIGURATION--> | |
− | |{{#vardefine: | + | |{{#vardefine:exe|}} <!--ADDITIONAL INFO--> |
− | + | |{{#vardefine:pbs|}} <!--PBS SCRIPTS--> | |
− | |{{#vardefine:exe|}} <!-- | + | |{{#vardefine:policy|}} <!--POLICY--> |
− | + | |{{#vardefine:testing|}} <!--PROFILING--> | |
− | |{{#vardefine:pbs|}} <!--PBS SCRIPTS--> | + | |{{#vardefine:faq|}} <!--FAQ--> |
− | |{{#vardefine:policy|}} <!--POLICY--> | + | |{{#vardefine:citation|}} <!--CITATION--> |
− | |{{#vardefine:testing|}} <!-- | ||
− | |{{#vardefine:faq|}} <!--FAQ--> | ||
− | |{{#vardefine:citation|}} <!--CITATION--> | ||
|{{#vardefine:installation|}} <!--INSTALLATION--> | |{{#vardefine:installation|}} <!--INSTALLATION--> | ||
|} | |} | ||
Line 23: | Line 20: | ||
Description goes here | Description goes here | ||
<!--Modules--> | <!--Modules--> | ||
− | + | ==Required Modules== | |
− | + | <!-- | |
− | + | ===Serial=== | |
− | <!-- | + | * {{#var:app}} |
− | + | ===Parallel (OpenMP)=== | |
− | {{# | + | * intel |
− | + | * {{#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 | + | {{#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 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: | ||
− | + | 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