- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

PGI Compiler: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
| description = '''PGI compilers''' are a set of commercially available Fortran, C and C++ compilers. They include advanced feature to automatically generate code for accelerators like GPGPUs.
| description = '''PGI compilers''' are a set of commercially available Fortran, C and C++ compilers. They include advanced feature to automatically generate code for accelerators like GPGPUs.
| developer              = Portland Group
| developer              = Portland Group
| available on      = [[NEC Nehalem Cluster]]
| available on      =  
| category                  = [[:Category:Compiler | Compiler]]
| category                  = [[:Category:Compiler | Compiler]]
| license                =Commercial
| license                =Commercial

Revision as of 20:40, 18 August 2021

PGI compilers are a set of commercially available Fortran, C and C++ compilers. They include advanced feature to automatically generate code for accelerators like GPGPUs.
Developer: Portland Group
Platforms:
Category: Compiler
License: Commercial
Website: Portland Group homepage


Usage

PGI compilers (pgcc, pgCC, pgf77, pgf90, pgf95) are available through modules

module load compiler/pgi


See also

External links