Difference between revisions of "Compilers"
From Montana Tech High Performance Computing
Line 1: | Line 1: | ||
[[Category:System]] | [[Category:System]] | ||
− | Our HPC system features pre-installed, widely-used compilers, development tools, and libraries | + | Our HPC system features pre-installed, widely-used compilers, development tools, and libraries. Presently, there are three primary compilers available: |
* GNU9 | * GNU9 | ||
* GNU12 | * GNU12 |
Revision as of 10:26, 18 April 2023
Our HPC system features pre-installed, widely-used compilers, development tools, and libraries. Presently, there are three primary compilers available:
- GNU9
- GNU12
- Intel
For each compiler, multiple builds of tools and libraries are provided. Upon logging in to the HPC system, the default development environment is set to GNU12 + OPENMPI4.
To change to a different compiler, utilize the module swap
command, for example:
-
module swap gnu12 gnu9
->switch from GNU12 to GNU9 -
module swap gnu12 intel
->switch from GNU12 to GNU9
In addition to the compilers, our HPC system also offers a variety of development tools and libraries to facilitate efficient and effective programming. These resources are designed to work seamlessly with the available compilers. You can use conveniently use the modules command to manage your development environment.