SciClone Cluster Project Computational Science Cluster
Home
Introduction
Sponsors
Research
Hardware
Software
User Info
Documentation

Name: GNU Compiler Collection

Version: 3.3

Description:

A popular suite of open source compilers for C (gcc), C++ (g++), Fortran (g77), Java (gcj), and Ada (GNAT).

Installation Path:

/usr/local/gcc-3.3/[bin,include,info,lib,man,share]

Documentation:

Usage Notes:

The GNU Compiler Collection is provided on SciClone for those applications which require GCC-specific features. For maximum performance and to ensure compatibility with other software installed on the system, we recommend using Sun's compilers whenever possible.

To support various application requirements, several versions of GCC are installed on SciClone. If you are using the recommended environment configuration (see "/usr/local/etc/templates/cshrc" on monsoon), you can select version 3.3 by setting the GCCDIR environment variable in your ~/.cshrc file as follows:

setenv GCCDIR /usr/local/gcc-3.3