Hello community,

here is the log from the commit of package openmpi2 for openSUSE:Factory 
checked in at 2019-04-04 11:59:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmpi2 (Old)
 and      /work/SRC/openSUSE:Factory/.openmpi2.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmpi2"

Thu Apr  4 11:59:31 2019 rev:24 rq:690255 version:2.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmpi2/openmpi2.changes        2019-02-25 
17:44:54.962918384 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi2.new.3908/openmpi2.changes      
2019-04-04 11:59:44.233242701 +0200
@@ -1,0 +2,6 @@
+Mon Apr  1 05:20:04 UTC 2019 - Nicolas Morey-Chaisemartin 
<[email protected]>
+
+- Add add-gen-p5-chip-pci-id-to-ini-file.patch:
+  - Adds support for Broadcom 57500 adapters (bsc#1125651)
+
+-------------------------------------------------------------------

New:
----
  add-gen-p5-chip-pci-id-to-ini-file.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openmpi2.spec ++++++
--- /var/tmp/diff_new_pack.CJsb4b/_old  2019-04-04 11:59:45.721243657 +0200
+++ /var/tmp/diff_new_pack.CJsb4b/_new  2019-04-04 11:59:45.725243660 +0200
@@ -30,7 +30,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -134,6 +134,7 @@
 Source5:        mpivars.csh
 Patch0:         fix-rdma-component-selection.patch
 Patch1:         reproducible.patch
+Patch2:         add-gen-p5-chip-pci-id-to-ini-file.patch
 Provides:       mpi
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -377,6 +378,7 @@
 EOF
 %endif
 %patch1 -p1
+%patch2
 # 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

++++++ add-gen-p5-chip-pci-id-to-ini-file.patch ++++++
commit 170b636e7c1823ebe22f6c132a89db3e165109bd
Author: Devesh Sharma <[email protected]>
Date:   Fri Mar 22 11:06:59 2019 -0400

    add gen p5 chip pci id to ini file
    
    Adding the PF pci id for new gen p5 chip to openmpi code.
    There is no PR associate to master in this patch because
    in master openib BTL is deprecated. This patch should be
    cherry picked to 4.0.x as well.
    
    Signed-off-by: Devesh Sharma <[email protected]>

diff --git opal/mca/btl/openib/mca-btl-openib-device-params.ini 
opal/mca/btl/openib/mca-btl-openib-device-params.ini
index a28e0c23e88b..faf1244fb3a3 100644
--- opal/mca/btl/openib/mca-btl-openib-device-params.ini
+++ opal/mca/btl/openib/mca-btl-openib-device-params.ini
@@ -336,7 +336,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
+vendor_part_id = 
0x1605,0x1606,0x1614,0x16c0,0x16c1,0x16ce,0x16cf,0x16d6,0x16d7,0x16d8,0x16d9,0x16df,0x16e2,0x16e3,0x16e5,0x16eb,0x16ed,0x16ef,0x16f0,0x16f1,0x1750
 use_eager_rdma = 1
 mtu = 1024
 receive_queues = P,65536,256,192,128

Reply via email to