Difference between revisions of "OPENACC"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:ProgrammingCategory:Accelerator toolkit {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|openacc}} |{{#vardefine:url|https://www.openac...")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Programming]][[Category:Accelerator toolkit]]
+
[[Category:Software]][[Category:Programming]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|openacc}}
 
|{{#vardefine:app|openacc}}
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - includes directory
+
* HPC_{{uc:{{#var:app}}}}_INC - includes directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 20:36, 2 June 2022

Description

openacc website  

OpenACC is a user-driven directive-based performance-portable parallel programming model designed for scientists and engineers interested in porting their codes to a wide-variety of heterogeneous HPC hardware platforms and architectures with significantly less programming effort than required with a low-level model.

Environment Modules

Run module spider openacc to find out what environment modules are available for this application.

System Variables

  • HPC_OPENACC_DIR - installation directory
  • HPC_OPENACC_BIN - executable directory
  • HPC_OPENACC_INC - includes directory
  • HPC_OPENACC_LIB - library directory