Skip to content

Commit

Permalink
Merge pull request #18900 from SebastianAchilles/20231002121042_new_p…
Browse files Browse the repository at this point in the history
…r_OpenMPI416

bump UCX to 1.15.0 and PMIx to 4.2.6 in OpenMPI-4.1.6-GCC-13.2.0.eb and impi-2021.10.0-intel-compilers-2023.2.1.eb
  • Loading branch information
Micket authored Oct 2, 2023
2 parents f8060a2 + f9ab7c1 commit a468932
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ source_urls = ['https://registrationcenter-download.intel.com/akdlm/IRC_NAS/4f58
sources = ['l_mpi_oneapi_p_%(version)s.49374_offline.sh']
checksums = ['ab2e97d87b139201a2e7dab9a61ac6e8927b7783b459358c4ad69a1b1c064f40']

dependencies = [('UCX', '1.14.1')]
dependencies = [('UCX', '1.15.0')]

moduleclass = 'mpi'
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/o/OpenMPI/OpenMPI-4.1.6-GCC-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dependencies = [
('zlib', '1.2.13'),
('hwloc', '2.9.2'),
('libevent', '2.1.12'),
('UCX', '1.14.1'),
('UCX', '1.15.0'),
('libfabric', '1.19.0'),
('PMIx', '4.2.5'),
('PMIx', '4.2.6'),
('UCC', '1.2.0'),
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
easyblock = 'ConfigureMake'

name = 'PMIx'
version = '4.2.5'
version = '4.2.6'

homepage = 'https://pmix.org/'
description = """Process Management for Exascale Environments
Expand All @@ -21,7 +21,7 @@ toolchainopts = {'pic': True}

source_urls = ['https://github.com/openpmix/openpmix/releases/download/v%(version)s']
sources = ['%(namelower)s-%(version)s.tar.bz2']
checksums = ['a89c2c5dc69715a4df1e76fdc4318299386c184623a1d0d5eb1fb062e14b0d2b']
checksums = ['10b0d5a7fca70272e9427c677557578ac452cea02aeb00e30dec2116d20c3cd0']

builddependencies = [('binutils', '2.40')]

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/u/UCC/UCC-1.2.0-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ builddependencies = [
]

dependencies = [
('UCX', '1.14.1'),
('UCX', '1.15.0'),
]

preconfigopts = "./autogen.sh && "
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
easyblock = 'ConfigureMake'

name = 'UCX'
version = '1.14.1'
version = '1.15.0'

homepage = 'https://www.openucx.org/'
description = """Unified Communication X
Expand All @@ -16,13 +16,10 @@ source_urls = ['https://github.com/openucx/ucx/releases/download/v%(version)s']
sources = ['%(namelower)s-%(version)s.tar.gz']
patches = [
'UCX-1.13.1-dynamic_modules.patch',
'UCX-1.14.1_fix-type-conflict-uct_md_mem_advise.patch',
]
checksums = [
{'ucx-1.14.1.tar.gz': 'baa0634cafb269a3112f626eb226bcd2ca8c9fcf0fec3b8e2a3553baad5f77aa'},
{'ucx-1.15.0.tar.gz': '4b202087076bc1c98f9249144f0c277a8ea88ad4ca6f404f94baa9cb3aebda6d'},
{'UCX-1.13.1-dynamic_modules.patch': '00874687bd90b795fff61aaa183f6c6bea2210aa1003b28f23d9ebf7066f8782'},
{'UCX-1.14.1_fix-type-conflict-uct_md_mem_advise.patch':
'9fbf26b39cd5c9e469ff152e18d79a4bf685fca175d4088b9bbe8644b74c1401'},
]

# Uncomment when updating to final release
Expand Down

0 comments on commit a468932

Please sign in to comment.