easyconfigs-it4i/u/UCX-CUDA/UCX-CUDA-1.15.0-GCCcore-13.2.0-CUDA-12.2.0.eb
Lukas Krupcik 2222b4cb88 new file: a/ANSYS/ANSYS-2023R2-intel-2022.12-palanti.eb
new file:   c/CP2K/CP2K-2024.1-foss-2022a.eb
	new file:   h/HDF5/HDF5-1.14.0-nvompi-2022.07.eb
	new file:   h/HDF5/HDF5-1.14.0-nvompi-2023.03.eb
	new file:   h/HDF5/HDF5-1.14.0-nvompi-2023.05.eb
	new file:   h/HDF5/HDF5-1.14.0-nvompi-2023.11.eb
	new file:   n/NCCL/NCCL-2.19.4-GCCcore-13.2.0-CUDA-12.2.0.eb
	new file:   n/NVHPC/NVHPC-23.11.eb
	modified:   n/NVHPC/NVHPC-23.7.eb
	new file:   n/nvompi/nvompi-2023.03.eb
	new file:   n/nvompi/nvompi-2023.05.eb
	new file:   n/nvompi/nvompi-2023.11.eb
	modified:   o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.7-CUDA-11.7.0.eb
	new file:   o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.11-CUDA-12.2.0.eb
	new file:   o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.11-CUDA-12.2.0.eb
	new file:   o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.3-CUDA-12.2.0.eb
	new file:   o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.5-CUDA-12.2.0.eb
	new file:   p/pkgconf/pkgconf-2.0.3-NVHPC-23.11.eb
	new file:   u/UCC-CUDA/UCC-CUDA-1.2.0-GCCcore-13.2.0-CUDA-12.2.0.eb
	new file:   u/UCX-CUDA/UCX-CUDA-1.15.0-GCCcore-13.2.0-CUDA-12.2.0.eb
	deleted:    h/HDF5/HDF5-1.14.0-NVHPC-23.5.eb
2024-01-18 10:45:17 +01:00

52 lines
1.5 KiB
Plaintext

# IT4Innovations
# LK 2024
easyblock = 'EB_UCX_Plugins'
name = 'UCX-CUDA'
version = '1.15.0'
versionsuffix = '-CUDA-%(cudaver)s'
homepage = 'http://www.openucx.org/'
description = """Unified Communication X
An open-source production grade communication framework for data centric
and high-performance applications
This module adds the UCX CUDA support.
"""
toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/openucx/ucx/releases/download/v%(version)s']
sources = [{'filename': 'ucx-%(version)s.tar.gz', 'alt_location': 'UCX'}]
patches = ['%(name)s-1.11.0_link_against_existing_UCX_libs.patch']
checksums = [
('457187fa020e526609ba91e7750c9941d57bd57d60d6eed317b40ad8824aca93',
'4b202087076bc1c98f9249144f0c277a8ea88ad4ca6f404f94baa9cb3aebda6d'), # ucx-1.15.0.tar.gz
{'UCX-CUDA-1.11.0_link_against_existing_UCX_libs.patch':
'457187fa020e526609ba91e7750c9941d57bd57d60d6eed317b40ad8824aca93'},
]
builddependencies = [
('binutils', '2.40'),
('Autotools', '20220317'),
('pkgconf', '2.0.3'),
]
dependencies = [
('zlib', '1.2.13'),
('UCX', '1.15.0'),
('CUDA', '12.2.0', '', SYSTEM),
('GDRCopy', '2.4'),
]
configopts = '--enable-optimizations --enable-cma --enable-mt --with-verbs '
configopts += '--without-java --without-go --disable-doxygen-doc '
import os
if os.environ.get("CLUSTERNAME") in ["KAROLINA", "BARBORA"]:
configopts += '--with-xpmem --with-knem=/opt/knem-1.1.4.90mlnx1'
moduleclass = 'lib'