easyconfigs-it4i/u/UCX/UCX-1.11.2-NVHPC-21.9-CUDA-11.4.1.eb
Jakub Kropacek 73ee681a9a modified: a/ABINIT/ABINIT-9.4.2-intel-2020b.eb
new file:   a/ANSYS/ANSYS-21.2-intel-2020b.eb
	new file:   g/GDRCopy/GDRCopy-2.1-NVHPC-21.9-CUDA-11.4.1.eb
	new file:   g/GDRCopy/GDRCopy-2.3-GCCcore-10.2.0.eb
	new file:   g/GDRCopy/GDRCopy-2.3-NVHPC-21.9-CUDA-11.4.1.eb
	new file:   h/HDF5/HDF5-1.10.7-iimpi-2021a.eb
	new file:   n/NVHPC/NVHPC-21.9.eb
	new file:   o/OpenMPI/OpenMPI-4.0.6-NVHPC-21.9-CUDA-11.4.1.eb
	modified:   q/QMCPACK/QMCPACK-3.11.0-intel-2020b-Python-3.8.6.eb
	new file:   u/UCX/UCX-1.11.2-NVHPC-21.9-CUDA-11.4.1.eb
	deleted:    q/QMCPACK/QMCPACK-3.11.0-intel-2020a-Python-3.8.2-test.eb
	deleted:    q/QMCPACK/QMCPACK-3.11.0-intel-2020a-Python-3.8.2.eb
	deleted:    q/QMCPACK/QMCPACK-3.11.0-intel-2020b-Python-3.8.6-test.eb
2021-10-13 19:53:53 +02:00

52 lines
1.3 KiB
Plaintext

# IT4Innovations 2021
# LK
easyblock = 'ConfigureMake'
name = 'UCX'
version = '1.11.2'
versionsuffix= '-CUDA-11.4.1'
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': 'NVHPC', 'version': '21.9'}
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 = [
('binutils', '2.35'),
('Autotools', '20200321'),
('pkg-config', '0.29.2'),
]
osdependencies = [OS_PKG_IBVERBS_DEV]
dependencies = [
('numactl', '2.0.13'),
('CUDAcore', '11.4.1', '', True),
('GDRCopy', '2.3', '-CUDA-11.4.1'),
]
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'