easyconfigs-it4i/u/UCX/UCX-1.12.0-GCC-10.2.0-CUDA-11.6.0.eb
Lukas Krupcik 6aebeeac3d new file: f/Forge/Forge-21.1.3-test.eb
new file:   o/OpenFOAM/OpenFOAM-9-foss-2021a.eb
	modified:   o/OpenMPI/OpenMPI-4.1.2-NVHPC-22.2-CUDA-11.6.0-v2.eb
	modified:   o/OpenMPI/OpenMPI-4.1.2-NVHPC-22.2-CUDA-11.6.0.eb
	new file:   u/UCX/UCX-1.12.0-GCC-10.2.0-CUDA-11.6.0.eb
	new file:   u/UCX/UCX-1.12.0-NVHPC-22.2-CUDA-11.6.0.eb
2022-03-14 18:46:35 +01:00

50 lines
1.2 KiB
Plaintext

# IT4Innovations
# LK 2022
easyblock = 'ConfigureMake'
name = 'UCX'
version = '1.12.0'
versionsuffix= '-CUDA-11.6.0'
homepage = 'http://www.openucx.org/'
description = """Unified Communication X
An open-source production grade communication framework for data centric
and high-performance applications
"""
toolchain = {'name': 'GCC', 'version': '10.2.0'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/openucx/ucx/releases/download/v%(version)s']
sources = ['%(namelower)s-%(version)s.tar.gz']
#patches = ['%(name)s-%(version)s.patch']
builddependencies = [
('Autotools', '20200321'),
('pkg-config', '0.29.2'),
]
osdependencies = [OS_PKG_IBVERBS_DEV]
dependencies = [
('numactl', '2.0.13'),
('CUDAcore', '11.6.0', '', True),
]
configure_cmd = "contrib/configure-release"
configopts = '--enable-optimizations --enable-cma --enable-mt --with-verbs --with-gdrcopy=$EBROOTGDRCOPY '
configopts += '--without-java --disable-doxygen-doc --with-cuda=$EBROOTCUDACORE '
buildopts = 'V=1'
sanity_check_paths = {
'files': ['bin/ucx_info', 'bin/ucx_perftest', 'bin/ucx_read_profile'],
'dirs': ['include', 'lib', 'share']
}
#sanity_check_commands = ["ucx_info -d"]
moduleclass = 'lib'