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 3c070eb8fb0a9644db0215d52345b512e9604f68..9822e711da0dc47d7475231103b84aad9e990aed 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 d38bf50a5a5fe1d87c19e6db844c6defeea6490f..1cda9008b69f897b1eabb65f284d6d7f98f22ae4 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'