Gnu Compilers on iceberg
The following list of compilers are available on iceberg worker nodes ( and not the head node ) .
| Title | Command | Version | Info |
|---|---|---|---|
| C compiler | gcc | 4.1.2 |
man gcc |
| C++ | g++ | 4.1.2 | man g++ g++ --help |
| Fortran77 | g77 | 3.4.6 | man g77 g77 --help |
| Fortran 90+ | gfortran | 4.1.2 | man gfortran gfortran --help |
A more recent version ( i.e. 4.5.1 ) of the Gnu Fortran compiler (gfortran) can also be accessed following the command;
source use-gfortran45
