Difference between revisions of "Toolchains"
From HPC users
Jump to navigationJump to search
Line 2: | Line 2: | ||
These toolchains are currently installed on the cluster: | These toolchains are currently installed on the cluster: | ||
*foss/2016b | *foss/2016b | ||
*gimpi/6.2016 | |||
*gompi/4.1.10 | *gompi/4.1.10 | ||
*gompi/5.2.01 | *gompi/5.2.01 | ||
Line 11: | Line 12: | ||
*intel/2013b | *intel/2013b | ||
*intel/2016b '''(D)''' | *intel/2016b '''(D)''' | ||
*intel/2016b-pp | |||
'''➔''' Toolchains with '''(D)''' at the end are marked as ''default'' modules. They are part of the standard cluster environment (called "hpc-uniol-env") and therefore always loaded. | '''➔''' Toolchains with '''(D)''' at the end are marked as ''default'' modules. They are part of the standard cluster environment (called "hpc-uniol-env") and therefore always loaded. | ||
Line 22: | Line 24: | ||
=====What do these toolchains contain?===== | =====What do these toolchains contain?===== | ||
{| style="background-color:#eeeeff;" cellpadding="2" border="1" cellspacing="0" | |||
|- style="background-color:#ddddff;" | |||
! 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) | |||
|- | |||
| GCC/6.2.0-2.27 | |||
| GCC/4.9.4-2.25 | |||
| GCC/5.4.0-2.26 | |||
| GCC/6.2.0-2.27 | |||
| GCC/5.4.0-2.26 | |||
| icc/.2013_sp1.3.174-GCC-5.4.0-2.26 | |||
| icc/2016.3.210 | |||
| GCCcore/.5.4.0 | |||
| GCCcore/.5.4.0 | |||
|- | |||
| OpenMPI/2.0.1-GCC-6.2.0 | |||
| OpenMPI/1.10.4-GCC-4.9.4 | |||
| OpenMPI/2.0.1-GCC-5.4.0 | |||
| OpenMPI/2.0.1-GCC-6.2.0 | |||
| OpenMPI/2.0.1-GCC-5.4.0 | |||
| ifort/.2013_sp1.3.174-GCC-5.4.0-2.26 | |||
| ifort/2016.3.210 | |||
| binutils/.2.26-GCCcore-5.4.0 | |||
| binutils/.2.26-GCCcore-5.4.0 | |||
|- | |||
| OpenBLAS/0.2.19 | |||
| | |||
| | |||
| | |||
| OpenBLAS/0.2.19 | |||
| impi/.5.0.0.028-iccifort-2013_sp1.3.174-GCC-5.4.0-2.26 | |||
| impi/5.1.3.210 | |||
| icc/.2013_sp1.3.174-GCC-5.4.0-2.26 | |||
| icc/2016.3.210 | |||
|- | |||
| FFTW/3.3.5-gompi-5.2.01 | |||
| | |||
| | |||
| | |||
| FFTW/3.3.5-gompi-5.2.01 | |||
| | |||
| | |||
| ifort/.2013_sp1.3.174-GCC-5.4.0-2.26 | |||
| ifort/2016.3.210 | |||
|- | |||
| ScaLAPACK/2.0.2 | |||
| | |||
| | |||
| | |||
| ScaLAPACK/2.0.2 | |||
| | |||
| | |||
| impi/.5.0.0.028-iccifort-2013_sp1.3.174-GCC-5.4.0-2.26 | |||
| impi/5.1.3.210 | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| imkl/.11.1.3.174-iimpi-2013b | |||
| imkl/11.3.3.210 | |||
|} | |||
{| style="background-color:#eeeeff;" cellpadding="2" border="1" cellspacing="0" | {| style="background-color:#eeeeff;" cellpadding="2" border="1" cellspacing="0" |
Revision as of 05:41, 2 May 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
- gimpi/6.2016
- 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)
- intel/2016b-pp
➔ Toolchains with (D) at the end are marked as default modules. They are part of the standard cluster environment (called "hpc-uniol-env") and therefore always loaded.
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) .
What do these toolchains contain?
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) |
---|---|---|---|---|---|---|---|---|
GCC/6.2.0-2.27 | GCC/4.9.4-2.25 | GCC/5.4.0-2.26 | GCC/6.2.0-2.27 | GCC/5.4.0-2.26 | icc/.2013_sp1.3.174-GCC-5.4.0-2.26 | icc/2016.3.210 | GCCcore/.5.4.0 | GCCcore/.5.4.0 |
OpenMPI/2.0.1-GCC-6.2.0 | OpenMPI/1.10.4-GCC-4.9.4 | OpenMPI/2.0.1-GCC-5.4.0 | OpenMPI/2.0.1-GCC-6.2.0 | OpenMPI/2.0.1-GCC-5.4.0 | ifort/.2013_sp1.3.174-GCC-5.4.0-2.26 | ifort/2016.3.210 | binutils/.2.26-GCCcore-5.4.0 | binutils/.2.26-GCCcore-5.4.0 |
OpenBLAS/0.2.19 | OpenBLAS/0.2.19 | impi/.5.0.0.028-iccifort-2013_sp1.3.174-GCC-5.4.0-2.26 | impi/5.1.3.210 | icc/.2013_sp1.3.174-GCC-5.4.0-2.26 | icc/2016.3.210 | |||
FFTW/3.3.5-gompi-5.2.01 | FFTW/3.3.5-gompi-5.2.01 | ifort/.2013_sp1.3.174-GCC-5.4.0-2.26 | ifort/2016.3.210 | |||||
ScaLAPACK/2.0.2 | ScaLAPACK/2.0.2 | impi/.5.0.0.028-iccifort-2013_sp1.3.174-GCC-5.4.0-2.26 | impi/5.1.3.210 | |||||
imkl/.11.1.3.174-iimpi-2013b | imkl/11.3.3.210 |
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) |
---|---|---|---|---|---|---|---|---|
GCC/6.2.0-2.27 | GCC/4.9.4-2.25 | GCC/5.4.0-2.26 | GCC/6.2.0-2.27 | GCC/5.4.0-2.26 | icc/.2013_sp1.3.174-GCC-5.4.0-2.26 | icc/2016.3.210 | GCCcore/.5.4.0 | GCCcore/.5.4.0 |
OpenMPI/2.0.1-GCC-6.2.0 | OpenMPI/1.10.4-GCC-4.9.4 | OpenMPI/2.0.1-GCC-5.4.0 | OpenMPI/2.0.1-GCC-6.2.0 | OpenMPI/2.0.1-GCC-5.4.0 | ifort/.2013_sp1.3.174-GCC-5.4.0-2.26 | ifort/2016.3.210 | binutils/.2.26-GCCcore-5.4.0 | binutils/.2.26-GCCcore-5.4.0 |
OpenBLAS/0.2.19 | OpenBLAS/0.2.19 | impi/.5.0.0.028-iccifort-2013_sp1.3.174-GCC-5.4.0-2.26 | impi/5.1.3.210 | icc/.2013_sp1.3.174-GCC-5.4.0-2.26 | icc/2016.3.210 | |||
FFTW/3.3.5-gompi-5.2.01 | FFTW/3.3.5-gompi-5.2.01 | ifort/.2013_sp1.3.174-GCC-5.4.0-2.26 | ifort/2016.3.210 | |||||
ScaLAPACK/2.0.2 | ScaLAPACK/2.0.2 | impi/.5.0.0.028-iccifort-2013_sp1.3.174-GCC-5.4.0-2.26 | impi/5.1.3.210 | |||||
imkl/.11.1.3.174-iimpi-2013b | imkl/11.3.3.210 |