Skip to content
Snippets Groups Projects
Commit 61d82900 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

gompi/2022: bump UCX to 1.11.1

parent 0fd4e279
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ builddependencies = [
dependencies = [
('zlib', '1.2.11'),
('hwloc', '2.5.0'),
('UCX', '1.11.0', '', SYSTEM),
('UCX', '1.11.1', '', SYSTEM),
('CUDA', '11.4', '', SYSTEM),
('libevent', '2.1.12'),
]
......
easyblock = 'ConfigureMake'
name = 'UCX'
version = '1.11.0'
version = '1.11.1'
homepage = 'https://www.openucx.org/'
description = """Unified Communication X
......@@ -17,7 +17,7 @@ toolchainopts = {'pic': True}
source_urls = ['https://github.com/openucx/ucx/releases/download/v%(version)s']
sources = ['%(namelower)s-%(version)s.tar.gz']
checksums = [
'b7189b69fe0e16e3c03784ef674e45687a9c520750bd74a45125c460ede37647', # ucx-1.11.0.tar.gz
'29338cad18858517f96b46ff83bdd259a5899e274792cebd269717c660aa86fd', # ucx-1.11.1.tar.gz
]
builddependencies = [
......@@ -65,7 +65,8 @@ configopts += '--with-dm ' # Compile with Device Memory support
configopts += '--with-avx ' # Compile with AVX
configopts += '--with-gdrcopy ' # Compile with GDRCopy
configopts += '--without-cm ' # Compile without IB Connection Manager support
# Compile without IB Connection Manager support
configopts += '--without-cm '
buildopts = 'V=1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment