Difference between revisions of "Toolchains"
From HPC users
Jump to navigationJump to search
Line 21: | Line 21: | ||
. | . | ||
. | . | ||
===What will these toolchains load?=== |
Revision as of 10:45, 17 February 2017
A toolchain is a set of programming tools that are used to create, develop or build software.
These toolchains are currently installed on the cluster:
- foss/2016b
- gompi/4.1.10
- gompi/5.2.01
- gompi/6.2.01 (D)
- goolf/5.2.01
- iimpi/2013b
- iimpi/2016b (D)
- intel/2013b
- intel/2016b (D)
➔ Toolchains with (D) are marked as default modules. They are part of the standard cluster environment (called "hpc-uniol-env").
If you want to look them up by yourself, you can do this by typing
[abcd1234@hpcl001]$ module avail . . ------------------------------------------------------- /cm/shared/uniol/modules/toolchain ------------------------------------------------------- foss/2016b gompi/4.1.10 gompi/5.2.01 gompi/6.2.01 (D) goolf/5.2.01 iimpi/2013b iimpi/2016b (D) intel/2013b intel/2016b (D) . .