From 61d829002ed5c07fb572f46857600728c439b11b Mon Sep 17 00:00:00 2001
From: Sebastian Achilles <s.achilles@fz-juelich.de>
Date: Fri, 17 Sep 2021 15:44:23 +0200
Subject: [PATCH] gompi/2022: bump UCX to 1.11.1

---
 Golden_Repo/o/OpenMPI/OpenMPI-4.1.1-GCC-11.2.0.eb  | 2 +-
 Golden_Repo/u/UCX/{UCX-1.11.0.eb => UCX-1.11.1.eb} | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)
 rename Golden_Repo/u/UCX/{UCX-1.11.0.eb => UCX-1.11.1.eb} (91%)

diff --git a/Golden_Repo/o/OpenMPI/OpenMPI-4.1.1-GCC-11.2.0.eb b/Golden_Repo/o/OpenMPI/OpenMPI-4.1.1-GCC-11.2.0.eb
index 3c070eb8f..9822e711d 100644
--- a/Golden_Repo/o/OpenMPI/OpenMPI-4.1.1-GCC-11.2.0.eb
+++ b/Golden_Repo/o/OpenMPI/OpenMPI-4.1.1-GCC-11.2.0.eb
@@ -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'),
 ]
diff --git a/Golden_Repo/u/UCX/UCX-1.11.0.eb b/Golden_Repo/u/UCX/UCX-1.11.1.eb
similarity index 91%
rename from Golden_Repo/u/UCX/UCX-1.11.0.eb
rename to Golden_Repo/u/UCX/UCX-1.11.1.eb
index d38bf50a5..1cda9008b 100644
--- a/Golden_Repo/u/UCX/UCX-1.11.0.eb
+++ b/Golden_Repo/u/UCX/UCX-1.11.1.eb
@@ -1,7 +1,7 @@
 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'
 
-- 
GitLab