mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: g/GDAL/GDAL-3.3.1-foss-2021a.eb new file: g/GDRCopy/GDRCopy-2.1-GCCcore-9.3.0-CUDA-11.2.2.eb new file: g/GDRCopy/GDRCopy-2.2-NVHPC-21.2-CUDA-11.2.2.eb new file: j/JUBE/JUBE-2.4.1.eb new file: o/ORCA/ORCA-5.0.0-OpenMPI-4.1.1.eb new file: o/ORCA/ORCA-5.0.1-OpenMPI-4.1.1.eb new file: o/OpenMPI/OpenMPI-4.0.5-GCCcore-9.3.0-CUDA-11.2.2-devel.eb new file: o/OpenMPI/OpenMPI-4.0.5-GCCcore-9.3.0-CUDA-11.2.2.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.2.2-UCX-11.1.0-rc2.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.2.2-test.eb new file: o/OpenMPI/OpenMPI-4.0.6-NVHPC-21.2-CUDA-11.2.2.eb new file: s/Schrodinger/Schrodinger_2021-3_Linux-x86_64.eb new file: s/spirit/spirit-2.1.1-CUDA-10.2.89.eb new file: t/Trim_Galore/Trim_Galore-0.6.6-GCC-10.2.0-Python-2.7.18.eb new file: u/UCX/: new file: u/UCX/UCX-1.11.0-rc1-NVHPC-21.2-CUDA-11.2.2.eb new file: u/UCX/UCX-1.9.0-GCCcore-9.3.0-CUDA-11.2.2-devel.eb new file: u/UCX/UCX-1.9.0-GCCcore-9.3.0-CUDA-11.2.2.eb modified: u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.2.2.eb new file: u/UCX/UCX-1.9.0-m4.patch new file: v/VASP/VASP-6.2.1-intel-2020b-mkl=sequential.eb new file: y/Yambo/Yambo-5.0.3-intel-2020a.eb
52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'UCX'
|
|
version = '1.9.0'
|
|
versionsuffix= '-CUDA-11.2.2-devel'
|
|
|
|
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.2'}
|
|
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-m4.patch']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.34'),
|
|
('Autotools', '20200321'),
|
|
('pkg-config', '0.29.2'),
|
|
]
|
|
|
|
osdependencies = [OS_PKG_IBVERBS_DEV]
|
|
|
|
dependencies = [
|
|
('numactl', '2.0.13'),
|
|
('CUDAcore', '11.2.2', '', True),
|
|
('GDRCopy', '2.1', versionsuffix),
|
|
]
|
|
|
|
configure_cmd = "contrib/configure-release"
|
|
|
|
configopts = '--enable-optimizations --enable-cma --enable-mt --with-verbs --with-gdrcopy=$EBROOTGDRCOPY '
|
|
configopts += '--enable-debug-data --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'
|