|
ITS Linux Cluster Compilers
Four different compilers are available for your use on the ITS Linux cluster:
GNU, Absoft ProFortran, Intel, and Portland Group.
All of these compilers are installed in
AFS. Type "ipm add xxx" where "xxx" represents the package name to add the wanted
compiler into local environment.
- Package Name: profortran
- Current Version: 7.0
- FORTRAN 77 (f77): Absoft FORTRAN 77 compiler version 5.0
- FORTRAN 90 (f90/f95): Absoft FORTRAN 90/95 compiler version 3.0
GNU Compilers
- Package Name: gcc
- Current Version: 3.4.3
- FORTRAN 77 (g77): 3.4.3
- C (gcc): 3.4.3
- C++ (g++): 3.4.3
- Package Name: intel_fortran intel_CC
- Current Version: 8.1
- FORTRAN 77 (ifc): Intel LINUX compiler version 8.0, 8.1, 9.0
- FORTRAN 90 (ifc): Intel LINUX compiler version 8.0, 8.1, 9.0
- CC/C++ (icc): Intel LINUX compiler version 8.0, 8.1, 9.0
- Package Name: pgi
- Current Version: 5.2
- FORTRAN 77 (pgf77): The Portland Group, Inc. pgf77 5.2-4
- FORTRAN 90 (pgf90): The Portland Group, Inc. pgf90 5.2-4
- High Performance FORTRAN (pghpf): The Portland Group, Inc. pghpf 5.2-4
- C (pgcc): The Portland Group, Inc. pgcc 5.2-4
- C++ (pgCC): The Portland Group, Inc. pgCC 5.2-4
|