Skip to content
Snippets Groups Projects
Commit f710f89a authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To depend on CUDA 11.5

parent 46ff2c7b
Branches
No related tags found
No related merge requests found
......@@ -11,30 +11,30 @@ 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 |
|-----------------|---------------------------|----------------|------------------|-------------------------|----------|----------------|---------------------------|
| GCC | 11.2.0 | 11.2.0 | GCC 11.2.0 | | | | GCCcore |
| NVHPC | TBD-GCC-11.2.0 | 11.2.0 | NVHPC TBD | | TBD§ | | GCCcore |
| intel-compilers | TBD-GCC-11.2.0 | 11.2.0 | Intel TBD | | | | GCCcore |
| NVHPC | TBD-GCC-11.2.0 | 11.2.0 | NVHPC TBD | | 11.5§ | | GCCcore |
| intel-compilers | 2021.4.0 | 11.2.0 | Intel 2021.4.0 | | | | GCCcore |
- Compilers+MPI
| Toolchain name | Toolchain version | Underlying GCC | Compiler | MPI | CUDA | Math libraries | Includes software from |
|-----------------|---------------------------|----------------|------------------|-------------------------|----------|----------------|---------------------------|
| 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 |
| gpsmpi | 2021b | 11.2.0 | GCC 11.2.0 | ParaStationMPI 5.5.X | 11.5§ | | GCCcore, GCC |
| nvompic | 2021b | 11.2.0 | NVHPC TBD | OpenMPI 4.1.X | 11.5 | | GCCcore, NVHPC |
| npsmpic | 2021b | 11.2.0 | NVHPC TBD | ParaStationMPI 5.5.X | 11.5 | | GCCcore, NVHPC |
| ipsmpi | 2021b | 11.2.0 | Intel 2021.4.0 | ParaStationMPI 5.5.X | 11.5§ | | GCCcore, intel-compilers |
| iimpi | 2021b | 11.2.0 | Intel 2021.4.0 | Intel MPI 2021.X.Y | | | GCCcore, intel-compilers |
| gompi | 2021b | 11.2.0 | GCC 11.2.0 | OpenMPI 4.1.X | 11.5§ | | GCCcore, GCC |
| iompi | 2021b | 11.2.0 | Intel 2021.4.0 | OpenMPI 4.1.X | 11.5§ | | GCCcore, intel-compilers |
- Compilers+MPI+Math
| Toolchain name | Toolchain version | Underlying GCC | Compiler | MPI | CUDA | Math libraries | Includes software from |
|-----------------|---------------------------|----------------|------------------|-------------------------|----------|----------------|---------------------------|
| 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 |
| gpsmkl | 2021b | 11.2.0 | GCC 11.2.0 | ParaStationMPI 5.5.X | 11.5§ | MKL 2021.4.0 | GCCcore, GCC, gpsmpi |
| gomkl | 2021b | 11.2.0 | GCC 11.2.0 | OpenMPI 4.1.X | 11.5§ | MKL 2021.4.0 | GCCcore, GCC, gompi |
| intel | 2021b | 11.2.0 | Intel 2021.4.0 | Intel MPI 2021.X.Y | | MKL 2021.4.0 | GCCcore, GCC, iimpi |
| intel-para | 2021b | 11.2.0 | Intel 2021.4.0 | ParaStationMPI 5.5.X | | MKL 2021.4.0 | GCCcore, GCC, ipsmpi |
| iomkl | 2021b | 11.2.0 | Intel 2021.4.0 | OpenMPI 4.1.X | 11.5§ | MKL 2021.4.0 | GCCcore, GCC, iompi |
§ Not included in the toolchain just as dependency
......
......@@ -35,7 +35,7 @@ dependencies = [
('numactl', '2.0.14', '', SYSTEM),
('libxml2', '2.9.10'),
('libpciaccess', '0.16'),
('CUDA', '11.4', '', SYSTEM),
('CUDA', '11.5', '', SYSTEM),
]
configopts = "--enable-libnuma=$EBROOTNUMACTL --enable-cuda --enable-nvml --enable-opencl "
......
......@@ -32,7 +32,7 @@ dependencies = [
('zlib', '1.2.11'),
('hwloc', '2.5.0'),
('UCX', '1.11.2', '', SYSTEM),
('CUDA', '11.4', '', SYSTEM),
('CUDA', '11.5', '', SYSTEM),
('libevent', '2.1.12'),
]
......
......@@ -30,7 +30,7 @@ dependencies = [
('zlib', '1.2.11'),
('hwloc', '2.5.0'),
('UCX', '1.11.2', '', SYSTEM),
('CUDA', '11.4', '', SYSTEM),
('CUDA', '11.5', '', SYSTEM),
('libevent', '2.1.12'),
]
......
......@@ -32,7 +32,7 @@ dependencies = [
('zlib', '1.2.11'),
('hwloc', '2.5.0'),
('UCX', '1.11.2', '', SYSTEM),
('CUDA', '11.4', '', SYSTEM),
('CUDA', '11.5', '', SYSTEM),
('libevent', '2.1.12'),
]
......
......@@ -28,7 +28,7 @@ dependencies = [
('zlib', '1.2.11'),
('hwloc', '2.5.0'),
('UCX', '1.11.2', '', SYSTEM),
('CUDA', '11.4', '', SYSTEM),
('CUDA', '11.5', '', SYSTEM),
('libevent', '2.1.12'),
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment