CCompilers: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
 
(Removed rhel6 entry)
 
(17 intermediate revisions by 8 users not shown)
Line 1: Line 1:
We currently have the following C/C++ compilers on the following platforms:
We currently have the following C/C++ compilers on the following platforms:


===Solaris 8===
===RHEL7===
* gcc-4.7.4 - /opt/local/stow/gcc-4.7.4
* gcc-5.3.0 - /opt/local/stow/gcc-5.3.0
* gcc-5.4.0 - /opt/local/stow/gcc-5.4.0
* gcc-6.2.0 - /opt/local/stow/gcc-6.2.0
* gcc-6.3.0 - /opt/local/stow/gcc-6.3.0
* gcc-7.5.0 - /opt/local/stow/gcc-7.5.0
* gcc-8.1.0 - /opt/local/stow/gcc-8.1.0
* gcc-9.3.0 - /opt/local/stow/gcc-9.3.0
* [[IntelCompilers|Intel Compilers]]
* [[PGICompilers|Portland Group Compilers]]


gcc 2.95 - /usr/local/stow/gcc
In order to load different versions of gcc into your environment, you can use [[Modules|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|Modules page]] for more information on how to use Modules.
gcc 3.0  - /usr/local/stow/gcc-3.0
gcc-3.3.1 - /usr/local/stow/gcc-3.3.1-default


Sun Workshop Compiler - /opt/SUNWspro
Also see: [[CDebuggers]]
 
===RHEL 3===

Latest revision as of 19:08, 20 October 2020

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

RHEL7

  • gcc-4.7.4 - /opt/local/stow/gcc-4.7.4
  • gcc-5.3.0 - /opt/local/stow/gcc-5.3.0
  • gcc-5.4.0 - /opt/local/stow/gcc-5.4.0
  • gcc-6.2.0 - /opt/local/stow/gcc-6.2.0
  • gcc-6.3.0 - /opt/local/stow/gcc-6.3.0
  • gcc-7.5.0 - /opt/local/stow/gcc-7.5.0
  • gcc-8.1.0 - /opt/local/stow/gcc-8.1.0
  • gcc-9.3.0 - /opt/local/stow/gcc-9.3.0
  • 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