CCompilers: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
We currently have the following C/C++ compilers on the following platforms:
We currently have a number of C/C++ compilers available on [[RHEL | Red Hat Enterprise Linux (RHEL)]].


===RHEL4===
===RHEL===
 
* Various versions of gcc compiled from source
* 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
* [[IntelCompilers|Intel Compilers]]
* [[IntelCompilers|Intel Compilers]]
* [[PGICompilers|Portland Group Compilers]]


===RHEL6===
In order to load different versions of gcc into your environment, you can use [[Modules]], which provides a way to add and later if needed remove environmental variables that provide access to UMIACS large set of software we offer.
 
* gcc 4.4.4 - /usr/bin/gcc
* [[IntelCompilers|Intel Compilers]]
* [[PGICompilers|Portland Group Compilers]]
 
===Ubuntu 12.04===
* gcc 4.6.3 - /usr/bin/gcc
* [[IntelCompilers|Intel Compilers]]
* [[PGICompilers|Portland Group Compilers]]


Also see: [[CDebuggers]]
Also see: [[CDebuggers]]

Latest revision as of 13:53, 23 October 2024

We currently have a number of C/C++ compilers available on Red Hat Enterprise Linux (RHEL).

RHEL

In order to load different versions of gcc into your environment, you can use Modules, which provides a way to add and later if needed remove environmental variables that provide access to UMIACS large set of software we offer.

Also see: CDebuggers