CCompilers: Difference between revisions

From UMIACS
Jump to navigation Jump to search
(Added info about modules)
No edit summary
Line 25: Line 25:
* gcc 4.8.1 - /opt/local/stow/gcc-4.8.1
* gcc 4.8.1 - /opt/local/stow/gcc-4.8.1
* gcc 4.8.3 - /opt/local/stow/gcc-4.8.3
* gcc 4.8.3 - /opt/local/stow/gcc-4.8.3
* [[IntelCompilers|Intel Compilers]]
* [[PGICompilers|Portland Group Compilers]]
===Ubuntu 12.04===
* gcc 4.8.2 - /usr/bin/gcc
* [[IntelCompilers|Intel Compilers]]
* [[IntelCompilers|Intel Compilers]]
* [[PGICompilers|Portland Group Compilers]]
* [[PGICompilers|Portland Group Compilers]]

Revision as of 14:51, 12 April 2017

We currently have the following C/C++ compilers on the following platforms:

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
  • gcc 4.6.0 - /usr/local/stow/gcc-4.6.0
  • gcc 4.7.2 - /usr/local/stow/gcc-4.7.2
  • gcc 4.8.0 - /usr/local/stow/gcc-4.8.0
  • gcc 4.8.1 - /usr/local/stow/gcc-4.8.1
  • gcc 4.8.3 - /usr/local/stow/gcc-4.8.3
  • Intel Compilers
  • Portland Group Compilers

RHEL6

  • gcc 4.4.7 - /usr/bin/gcc
  • gcc 4.6.0 - /opt/local/stow/gcc-4.6.0
  • gcc 4.7.2 - /opt/local/stow/gcc-4.7.2
  • gcc 4.8.0 - /opt/local/stow/gcc-4.8.0
  • gcc 4.8.1 - /opt/local/stow/gcc-4.8.1
  • gcc 4.8.3 - /opt/local/stow/gcc-4.8.3
  • Intel Compilers
  • Portland Group Compilers

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. Please see our Modules page for more information on how to use Modules.

Also see: CDebuggers