ACESgrid
Alliance for Computational Earth Science
About & News
Getting Started
   Get An Account
   Login
   Environment customization
   ACES queues
   Queue Examples
   Compile code
      Compiler options
      High Performance Fortran
   Hardware Groups
   Itanium2 nodes and IA64 software
   Storage
   Office hours
Sites
Available software
Status
People
FAQ
Mailing Lists
Quick Links
Contact Us
Sponsors
Search

MIT logo

Compile code

There are currently three main compiler groups installed on ACES.

  • GNU compilers
    The GNU compiler set is installed on ACES. The gnu module adds these compilers to your search path. This module is installed using the command
                  $ module load gnu
                
    this will add the gcc, g++ and g77 compilers to your environment.

  • Intel compilers
    The Intel compiler set is installed on ACES. The intel module adds these compilers to your search path. This module is installed using the command
                $ module load intel
              
    this will add the ifort, icc and icpc compilers to your environment.

  • PGI compilers The PGI compiler set is installed on ACES. The pgi module adds these compilers to your search path. This module is installed using the command
                $ module load pgi
              
    this will add the pgf90, pgf77 and pgcc compilers to your environment.

The list of libraries currently available on each compiler are:

Library GNU Intel PGI
NetCDF v3.6.0beta Yes Yes Yes