Difference between revisions of "CDRT"
Jump to navigation
Jump to search
(Created page with "Custom environment for the Classics Department Research Team. https://support.rc.ufl.edu/show_bug.cgi?id=61822") |
|||
Line 1: | Line 1: | ||
− | Custom environment for the Classics Department Research Team. | + | [[Category:Software]] |
+ | {|<!--CONFIGURATION: REQUIRED--> | ||
+ | |{{#vardefine:app|cdrt}} | ||
+ | |{{#vardefine:url|N/A}} | ||
+ | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | ||
+ | |{{#vardefine:conf|}} <!--CONFIGURATION--> | ||
+ | |{{#vardefine:exe|}} <!--ADDITIONAL INFO--> | ||
+ | |{{#vardefine:job|}} <!--JOB SCRIPTS--> | ||
+ | |{{#vardefine:policy|}} <!--POLICY--> | ||
+ | |{{#vardefine:testing|}} <!--PROFILING--> | ||
+ | |{{#vardefine:faq|}} <!--FAQ--> | ||
+ | |{{#vardefine:citation|}} <!--CITATION--> | ||
+ | |{{#vardefine:installation|}} <!--INSTALLATION--> | ||
+ | |} | ||
+ | <!--BODY--> | ||
+ | <!--Description--> | ||
+ | {{#if: {{#var: url}}| | ||
+ | {{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | ||
+ | |||
+ | Custom environment for the Classics Department Research Team. | ||
+ | |||
+ | <!--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 | ||
+ | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory | ||
+ | |||
+ | <!--Configuration--> | ||
+ | {{#if: {{#var: conf}}|==Configuration== | ||
+ | See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details. | ||
+ | |}} | ||
+ | <!--Run--> | ||
+ | {{#if: {{#var: exe}}|==Additional Information== | ||
+ | |||
+ | 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--> | ||
+ | {{#if: {{#var: policy}}|==Usage Policy== | ||
+ | |||
+ | WRITE USAGE POLICY HERE (Licensing, usage, access). | ||
+ | |||
+ | |}} | ||
+ | <!--Performance--> | ||
+ | {{#if: {{#var: testing}}|==Performance== | ||
+ | |||
+ | WRITE_PERFORMANCE_TESTING_RESULTS_HERE | ||
+ | |||
+ | |}} | ||
+ | <!--Faq--> | ||
+ | {{#if: {{#var: faq}}|==FAQ== | ||
+ | *'''Q:''' **'''A:'''|}} | ||
+ | <!--Citation--> | ||
+ | {{#if: {{#var: citation}}|==Citation== | ||
+ | If you publish research that uses {{#var:app}} you have to cite it as follows: | ||
+ | |||
+ | |||
+ | |||
+ | |}} | ||
+ | <!--Installation--> | ||
+ | {{#if: {{#var: installation}}|==Installation== | ||
+ | See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}} | ||
+ | <!--Turn the Table of Contents and Edit paragraph links ON/OFF--> | ||
+ | __NOTOC____NOEDITSECTION__ |
Latest revision as of 21:18, 16 August 2024
Description
[N/A cdrt website]
Custom environment for the Classics Department Research Team.
Environment Modules
Run module spider cdrt
to find out what environment modules are available for this application.
System Variables
- HPC_CDRT_DIR - installation directory
- HPC_CDRT_BIN - executable directory