- 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 6: | Line 6: | ||
| license =Commercial | | license =Commercial | ||
| website = [http://www.pgroup.com/ Portland Group homepage] | | 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 | |||
}} | }} | ||
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. |
|
Usage
PGI compilers (pgcc, pgCC, pgf77, pgf90, pgf95) are available through modules
module load compiler/pgi