CCompilers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
* gcc 4.5.1 - /usr/local/stow/gcc-4.5.1 | * gcc 4.5.1 - /usr/local/stow/gcc-4.5.1 | ||
* [[IntelCompilers|Intel Compilers]] | * [[IntelCompilers|Intel Compilers]] | ||
* [[PGICompiler]] | * [[PGICompiler|Portland Group Compilers]] | ||
===RHEL6=== | ===RHEL6=== | ||
Line 22: | Line 22: | ||
* gcc 4.4.4 - /usr/bin/gcc | * gcc 4.4.4 - /usr/bin/gcc | ||
* [[IntelCompilers|Intel Compilers]] | * [[IntelCompilers|Intel Compilers]] | ||
* [[PGICompiler]] | * [[PGICompiler|Portland Group Compilers]] | ||
===Ubuntu 12.04=== | |||
* gcc 4.6.3 - /usr/bin/gcc | |||
* [[IntelCompilers|Intel Compilers]] | |||
* [[PGICompiler|Portland Group Compilers]] | |||
Also see: [[CDebuggers]] | Also see: [[CDebuggers]] |
Revision as of 15:55, 11 December 2012
We currently have the following C/C++ compilers on the following platforms:
RHEL4
- gcc 3.4.6 - /usr/bin/gcc
- gcc 3.3.6 - /usr/local/stow/gcc-3.3.6
- gcc 4.0.3 - /usr/local/stow/gcc-4.0.3
RHEL5
- gcc 4.1.2 - /usr/bin/gcc
- gcc 3.4.6 - /usr/bin/gcc34
- gcc 3.3.6 - /usr/local/stow/gcc-3.3.6
- gcc 4.0.4 - /usr/local/stow/gcc-4.0.4
- gcc 4.2.4 - /usr/local/stow/gcc-4.2.4
- gcc 4.5.1 - /usr/local/stow/gcc-4.5.1
- Intel Compilers
- Portland Group Compilers
RHEL6
- gcc 4.4.4 - /usr/bin/gcc
- Intel Compilers
- Portland Group Compilers
Ubuntu 12.04
- gcc 4.6.3 - /usr/bin/gcc
- Intel Compilers
- Portland Group Compilers
Also see: CDebuggers