Compiler Hints & Tips

Table of Contents

GNU Compilers
Intel Compilers

GNU Compliers

C Compiler

breeze [1] /usr/bin/gcc
    OR
breeze [1] /usr/bin/cc


C++ Compiler

breeze [1] /usr/bin/g++
    OR
breeze [1] /usr/bin/c++


F77 Compiler

breeze [1] /usr/bin/g77
    OR
breeze [1] /usr/bin/f77


F90 Compiler

breeze [1] /usr/bin/gfortan

F95 Compiler

breeze [1] /fs/local/bin/g95

Intel Compliers

C Compiler

TCSH/CSH
breeze [1] source /fs/local/bin/iccvars.csh
breeze [1] /fs/local/bin/icc


KSH/BASH
breeze [1] . /fs/local/bin/iccvars.sh
breeze [1] /fs/local/bin/icc


C++ Compiler

TCSH/CSH
breeze [1] source /fs/local/bin/iccvars.csh
breeze [1] /fs/local/bin/icpc


KSH/BASH
breeze [1] . /fs/local/bin/iccvars.sh
breeze [1] /fs/local/bin/icpc


F90 Compiler

TCSH/CSH
breeze [1] source /fs/local/bin/ifortvars.csh
breeze [1] /fs/local/bin/ifort


KSH/BASH
breeze [1] . /fs/local/bin/ifortvars.sh
breeze [1] /fs/local/bin/ifort