Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openmpi2 for openSUSE:Factory checked in at 2022-09-30 17:57:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openmpi2 (Old) and /work/SRC/openSUSE:Factory/.openmpi2.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openmpi2" Fri Sep 30 17:57:30 2022 rev:36 rq:1007035 version:2.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/openmpi2/openmpi2.changes 2022-06-13 13:03:40.185210604 +0200 +++ /work/SRC/openSUSE:Factory/.openmpi2.new.2275/openmpi2.changes 2022-09-30 17:57:45.365243691 +0200 @@ -1,0 +2,6 @@ +Tue Sep 13 13:51:49 UTC 2022 - Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com> + +- Add patch btl-openib-Add-support-for-newer-hardware.patch to support + newer RDMA hardware (ConnectX 4 and 5 VF, ConnectX6 PF + VF and Broadcom adapters) + +------------------------------------------------------------------- New: ---- btl-openib-Add-support-for-newer-hardware.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmpi2.spec ++++++ --- /var/tmp/diff_new_pack.H14MFL/_old 2022-09-30 17:57:46.113245290 +0200 +++ /var/tmp/diff_new_pack.H14MFL/_new 2022-09-30 17:57:46.117245298 +0200 @@ -146,6 +146,7 @@ Patch3: openmpi_disable_opal_fifo_test_issue5470.patch Patch4: Fix-error-with-stricter-quoting-requirements-of-autoconf-2.70.patch Patch5: Always-include-the-stddef.h-header.patch +Patch6: btl-openib-Add-support-for-newer-hardware.patch Provides: mpi BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf @@ -411,6 +412,7 @@ %patch3 -p1 %patch4 %patch5 +%patch6 # Live patch the VERSION file sed -i -e 's/^greek=.*$/greek=%{git_ver}/' -e 's/^repo_rev=.*$/repo_rev=%{version}%{git_ver}/' \ -e 's/^date=.*$/date="OpenMPI %{version} Distribution for SUSE"/' VERSION ++++++ btl-openib-Add-support-for-newer-hardware.patch ++++++ commit 0776804c3f37250bd0e442197d4cbae820d4d09a Author: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com> Date: Tue Sep 13 15:49:51 2022 +0200 btl: openib: Add support for newer hardware - ConnectX4 VF - ConnectX5 VF - ConnectX6 VF - New broadcom PCI Ids Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com> diff --git opal/mca/btl/openib/mca-btl-openib-device-params.ini opal/mca/btl/openib/mca-btl-openib-device-params.ini index faf1244fb3a3..b9949de235b8 100644 --- opal/mca/btl/openib/mca-btl-openib-device-params.ini +++ opal/mca/btl/openib/mca-btl-openib-device-params.ini @@ -174,7 +174,7 @@ max_inline_data = 256 [Mellanox ConnectX4] vendor_id = 0x2c9,0x5ad,0x66a,0x8f1,0x1708,0x03ba,0x15b3,0x119f -vendor_part_id = 4115 +vendor_part_id = 4115,4116,4117,4118 use_eager_rdma = 1 mtu = 4096 max_inline_data = 256 @@ -183,7 +183,16 @@ max_inline_data = 256 [Mellanox ConnectX5] vendor_id = 0x2c9,0x5ad,0x66a,0x8f1,0x1708,0x03ba,0x15b3,0x119f -vendor_part_id = 4119,4121 +vendor_part_id = 4119,4120,4121,4122 +use_eager_rdma = 1 +mtu = 4096 +max_inline_data = 256 + +############################################################################ + +[Mellanox ConnectX6] +vendor_id = 0x2c9,0x5ad,0x66a,0x8f1,0x1708,0x03ba,0x15b3,0x119f +vendor_part_id = 4123,4124 use_eager_rdma = 1 mtu = 4096 max_inline_data = 256 @@ -336,7 +345,7 @@ max_inline_data = 72 [Broadcom BCM57XXX] vendor_id = 0x14e4 -vendor_part_id = 0x1605,0x1606,0x1614,0x16c0,0x16c1,0x16ce,0x16cf,0x16d6,0x16d7,0x16d8,0x16d9,0x16df,0x16e2,0x16e3,0x16e5,0x16eb,0x16ed,0x16ef,0x16f0,0x16f1,0x1750 +vendor_part_id = 0x1605,0x1606,0x1614,0x16c0,0x16c1,0x16ce,0x16cf,0x16d6,0x16d7,0x16d8,0x16d9,0x16df,0x16e2,0x16e3,0x16e5,0x16eb,0x16ed,0x16ef,0x16f0,0x16f1 use_eager_rdma = 1 mtu = 1024 receive_queues = P,65536,256,192,128