- 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
 
(Update - PGI compilers are not available on our systems)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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.
{{Infobox software
| 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
| available on      =
| category                  = [[:Category:Compiler | Compiler]]
| license                =Commercial
| website                = [http://www.pgroup.com/ Portland Group homepage]
}}
 
== Usage ==
PGI compilers (<tt>pgcc</tt>, <tt>pgCC</tt>, <tt>pgf77</tt>, <tt>pgf90</tt>, <tt>pgf95</tt>) are currently not available on our systems.
<!--
{{Command|command =
module load compiler/pgi
}}
-->
 
== See also ==
* [[Software Development Tools, Compilers & Libraries]]


== External links ==
== External links ==

Latest revision as of 21:59, 21 October 2022

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 currently not available on our systems.

See also

External links