- 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) |
||
(One intermediate revision by one other user not shown) | |||
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 = | | available on = | ||
| category = [[:Category:Compiler | Compiler]] | | category = [[:Category:Compiler | Compiler]] | ||
| license =Commercial | | license =Commercial | ||
Line 9: | Line 9: | ||
== Usage == | == Usage == | ||
PGI compilers (<tt>pgcc</tt>, <tt>pgCC</tt>, <tt>pgf77</tt>, <tt>pgf90</tt>, <tt>pgf95</tt>) are available | 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 = | {{Command|command = | ||
module load compiler/pgi | module load compiler/pgi | ||
}} | }} | ||
--> | |||
== See also == | == See also == |
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. |
|
Usage
PGI compilers (pgcc, pgCC, pgf77, pgf90, pgf95) are currently not available on our systems.