Available Toolchains and Toolchain Compatibility: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
==Available toolchains on Sapelo2==
==Available toolchains on Sapelo2==


===foss/fosscuda toolchains===
===foss toolchains===
*Common compiler toolchains:
 
{| class="wikitable sortable" width="100%" border="1" cellspacing="0" cellpadding="2" align="left"
{| class="wikitable sortable" width="100%" border="1" cellspacing="0" cellpadding="2" align="left"
|-
|-
Line 55: Line 53:
|}
|}


*Compiler toolchains with GPU/CUDA support:
*
*
*
*
*
*
*
*
*GPU/CUDA support:


{| class="wikitable sortable" width="100%" border="1" cellspacing="0" cellpadding="2" align="left"
{| class="wikitable sortable" width="100%" border="1" cellspacing="0" cellpadding="2" align="left"
Line 61: Line 67:
! scope="col" width="100px" |Name
! scope="col" width="100px" |Name
! scope="col" width="100px" |Version
! scope="col" width="100px" |Version
! scope="col" width="100px" |Compiler(s)
! scope="col" width="100px" |MPI library
! scope="col" width="100px" | Linear algebra library
! scope="col" width="100px" |FFT
|-
|-
<!--LIST BEGIN-->|-
<!--LIST BEGIN-->|-
|fosscuda
|CUDA
|2020b
|12.0.0
|GCC/10.2.0, CUDA/11.1.1
|OpenMPI/4.0.5
|OpenBLAS/0.3.12, ScaLAPACK/2.1.0
| FFT/3.3.8
|-
|-
|fosscuda||2019b||GCC/8.3.0, CUDA/10.1.243||OpenMPI/3.1.4 ||OpenBLAS/0.3.7, ScaLAPACK/2.0.2||FFT/3.3.8
| ||11.7.0
|-
|-
|gompic
|2020b
|GCC/10.2.0, CUDA/11.1.1
|OpenMPI/4.0.5
|
|
|
|11.4.1
|-
|-
|gompic||2019b||GCC/8.3.0, CUDA/10.1.243 || OpenMPI/3.1.4|| ||
| || 11.3.1
|-
|-
|gcccuda
|2020b
|GCC/10.2.0, CUDA/11.1.1
|
|
|
|
|
|-
|-
|gcccuda||2019b||GCC/8.3.0, CUDA/10.1.243|| || ||
| ||  
|-
|-
<!--LIST END-->
<!--LIST END-->

Revision as of 13:12, 5 September 2023


We use EasyBuild to build most of the software modules on the Sapelo2 cluster. Easybuild is a software build and installation framework that allows us to manage scientific software on High Performance Computing (HPC) systems in an efficient way. EasyBuild employs so-called compiler toolchains or, simply toolchains for short, in handling the build and installation processes. A typical toolchain consists of one or more compilers, usually put together with some libraries for specific functionality, e.g., for using an MPI stack for distributed computing, or which provide optimized routines for commonly used math operations, e.g., the well-known BLAS/LAPACK APIs for linear algebra routines. For detailed info about EasyBuild and its toolchains, please refer to EasyBuild and toolchains

Available toolchains on Sapelo2

foss toolchains

Name Version Compiler(s) MPI library Linear algebra library FFT
foss 2022a GCC/11.3.0 OpenMPI/4.1.4 FlexiBLAS/3.2.0, ScaLAPACK/2.2.0 FFTW/3.3.10, FFTW,MPI/3.3.10
2021b GCC/11.2.0 OpenMPI/4.1.1 FlexiBLAS/3.0.4, ScaLAPACK/2.1.0 FFTW/3.3.10
2019b GCC/8.3.0 OpenMPI/3.1.4 OpenBLAS/0.3.7, ScaLAPACK/2.0.2 FFTW/3.3.8
gompi 2022a GCC/11.3.0 OpenMPI/4.1.4
2021b GCC/11.2.0 OpenMPI/4.1.1
2019b GCC/8.3.0 OpenMPI/3.1.4
GCC 12.2.0, 11.3.0, 11.2.0, 10.2.0, 8.3.0
GCCcore 12.3.0, 12.2.0, 11.3.0, 11.2.0, 10.2.0, 8.3.0
  • GPU/CUDA support:
Name Version
CUDA 12.0.0
11.7.0
11.4.1
11.3.1


intel toolchain

For a complete list of EasyBuild toolchains, please refer to List_of_known_toolchains


Back to Top

Toolchain compatibility

  • Software modules built by EasyBuild generally have names in a format like Name/Version-Toolchain. When you load more than one software module built by EasyBuild, please make sure that all modules are built with the same or compatible toolchains. You can check this by looking into software modules' names. If you load more than one module and some toolchains are incompatible, you will end up with failing dependencies of Lmod errors, like this:
Lmod has detected the following error:  
These module(s) exist but cannot be loaded as requested
  • Also please note that, when a conflicting module is loaded, one or more dependent modules of the software previously loaded could be replaced, and thus results in the software previously loaded being broken.
  • The diagram below shows toolchains belonging to GCC/8.3.0 family. They are all compatible with each other. The blue connection lines with arrows illustrate toolchain build hierarchy, for example, GCC-8.3.0 is built on the top of GCCcore-8.3.0.

Sapelo2 common compatible toolchains – GCC8.3 resized.jpg

Dependency compatibility (to be added)

  • The diagram below gives examples showing what will happen when incompatible toolchains and conflicting modules are loaded:



Back to Top