Skip to content
Snippets Groups Projects
Commit d7b106fa authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Rename gompi/2022 to gompi/2021b and update to UCX 1.11.2

parent 8ee0ac9d
No related branches found
No related tags found
No related merge requests found
......@@ -18,23 +18,23 @@ The table below shows the details of the toolchains in the 2022 stage:
| Toolchain name | Toolchain version | Underlying GCC | Compiler | MPI | CUDA | Math libraries | Includes software from |
|-----------------|---------------------------|----------------|------------------|-------------------------|----------|----------------|---------------------------|
| gpsmpi | 2022 | 11.2.0 | GCC 11.2.0 | ParaStationMPI 5.4.X | TBD§ | | GCCcore, GCC |
| nvompic | 2022 | 11.2.0 | NVHPC TBD | OpenMPI TBD | TBD | | GCCcore, NVHPC |
| npsmpic | 2022 | 11.2.0 | NVHPC TBD | ParaStationMPI 5.4.X | TBD | | GCCcore, NVHPC |
| ipsmpi | 2022 | 11.2.0 | Intel TBD | ParaStationMPI 5.4.X | TBD§ | | GCCcore, intel-compilers |
| iimpi | 2022 | 11.2.0 | Intel TBD | Intel MPI TBD | | | GCCcore, intel-compilers |
| gompi | 2022 | 11.2.0 | GCC 11.2.0 | OpenMPI TBD | TBD§ | | GCCcore, GCC |
| iompi | 2022 | 11.2.0 | Intel TBD | OpenMPI TBD | TBD§ | | GCCcore, intel-compilers |
| gpsmpi | 2021b | 11.2.0 | GCC 11.2.0 | ParaStationMPI 5.4.X | TBD§ | | GCCcore, GCC |
| nvompic | 2021b | 11.2.0 | NVHPC TBD | OpenMPI TBD | TBD | | GCCcore, NVHPC |
| npsmpic | 2021b | 11.2.0 | NVHPC TBD | ParaStationMPI 5.4.X | TBD | | GCCcore, NVHPC |
| ipsmpi | 2021b | 11.2.0 | Intel TBD | ParaStationMPI 5.4.X | TBD§ | | GCCcore, intel-compilers |
| iimpi | 2021b | 11.2.0 | Intel TBD | Intel MPI TBD | | | GCCcore, intel-compilers |
| gompi | 2021b | 11.2.0 | GCC 11.2.0 | OpenMPI TBD | TBD§ | | GCCcore, GCC |
| iompi | 2021b | 11.2.0 | Intel TBD | OpenMPI TBD | TBD§ | | GCCcore, intel-compilers |
- Compilers+MPI+Math
| Toolchain name | Toolchain version | Underlying GCC | Compiler | MPI | CUDA | Math libraries | Includes software from |
|-----------------|---------------------------|----------------|------------------|-------------------------|----------|----------------|---------------------------|
| gpsmkl | 2022 | 11.2.0 | GCC 11.2.0 | ParaStationMPI 5.4.X | TBD§ | MKL TBD | GCCcore, GCC, gpsmpi |
| gomkl | 2022 | 11.2.0 | GCC 11.2.0 | OpenMPI TBD | TBD§ | MKL TBD | GCCcore, GCC, gompi |
| intel | 2022 | 11.2.0 | Intel TBD | Intel MPI TBD | | MKL TBD | GCCcore, GCC, iimpi |
| intel-para | 2022 | 11.2.0 | Intel TBD | ParaStationMPI 5.4.X | | MKL TBD | GCCcore, GCC, ipsmpi |
| iomkl | 2022 | 11.2.0 | Intel TBD | OpenMPI TBD | TBD§ | MKL TBD | GCCcore, GCC, iompi |
| gpsmkl | 2021b | 11.2.0 | GCC 11.2.0 | ParaStationMPI 5.4.X | TBD§ | MKL TBD | GCCcore, GCC, gpsmpi |
| gomkl | 2021b | 11.2.0 | GCC 11.2.0 | OpenMPI TBD | TBD§ | MKL TBD | GCCcore, GCC, gompi |
| intel | 2021b | 11.2.0 | Intel TBD | Intel MPI TBD | | MKL TBD | GCCcore, GCC, iimpi |
| intel-para | 2021b | 11.2.0 | Intel TBD | ParaStationMPI 5.4.X | | MKL TBD | GCCcore, GCC, ipsmpi |
| iomkl | 2021b | 11.2.0 | Intel TBD | OpenMPI TBD | TBD§ | MKL TBD | GCCcore, GCC, iompi |
§ Not included in the toolchain just as dependency
......
easyblock = "Toolchain"
name = 'gompi'
version = '2022'
version = '2021b'
homepage = '(none)'
description = """gcc and GFortran based compiler toolchain,
......
......@@ -31,7 +31,7 @@ builddependencies = [
dependencies = [
('zlib', '1.2.11'),
('hwloc', '2.5.0'),
('UCX', '1.11.1', '', SYSTEM),
('UCX', '1.11.2', '', SYSTEM),
('CUDA', '11.4', '', SYSTEM),
('libevent', '2.1.12'),
]
......
easyblock = 'ConfigureMake'
name = 'UCX'
version = '1.11.1'
version = '1.11.2'
homepage = 'https://www.openucx.org/'
description = """Unified Communication X
......@@ -17,7 +17,7 @@ toolchainopts = {'pic': True}
source_urls = ['https://github.com/openucx/ucx/releases/download/v%(version)s']
sources = ['%(namelower)s-%(version)s.tar.gz']
checksums = [
'29338cad18858517f96b46ff83bdd259a5899e274792cebd269717c660aa86fd', # ucx-1.11.1.tar.gz
'deebf86a5344fc2bd9e55449f88c650c4514928592807c9bc6fe4190e516c6df', # ucx-1.11.2.tar.gz
]
builddependencies = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment