- 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
(2 intermediate revisions by one other user 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      = [[NEC Nehalem Cluster]]
| 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 available through modules
{{Command|command =
module load compiler/pgi
}}
 
== See also ==
* [[Software Development Tools, Compilers & Libraries]]


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

Revision as of 13:26, 1 March 2010

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: NEC Nehalem Cluster
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