We have installed different C/C++ and Fortran Compilers. The default Compilers are gcc-4.4.7 (gcc) and Sun Studio (cc). The other compiler-environments can be loaded with the Module system.
You can see all available Packages and Compilers with:
module avail
Currently installed compilers:
- Intel® Cluster Studio XE 2013 to 2019 (
module load intel) - Sun Studio 12u6b
- gcc-4.4.7 to gcc-8.2.0
- gcc-4.7.2 (
module load gcc/4.7.2) - open64 (
module load open64) - PGI (2011 to 2019) (
module load pgi) - clang (
module load clang)
