...
Tufts licenses the Intel compilers for use on the cluster. Under modules it has three components: icc, idb and ifc.
As usual, all software under module control needs to be loaded via modules. For example to see what is available:
> module available
Access is via the following two commands:
idb - Intel debugger
ifort - Intel fortran compiler
icc - Intel C compiler
To access icc:
> module load icc
> icc ....your options....
Local Fortran documentation in HTML format can be found at:
...