forked from pool/openmpi4
Nicolas Morey
ef280a72e3
- Add openmpi4-C99.diff to fix the most egregious type violations that not only prevent building the standard flavor with GCC 14 opn i586 but that are just bugs too. If the request looks OK, please forward it to Factory soon so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/request/show/1190305 OBS-URL: https://build.opensuse.org/package/show/science:HPC/openmpi4?expand=0&rev=36
40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
commit 034e90d7efb94011d7018266586588801c3afdbc
|
|
Author: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
Date: Tue Sep 13 15:48:03 2022 +0200
|
|
|
|
btl: openib: Add VF support for ConnectX 4, 5 and 6
|
|
|
|
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@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 c46c303a35d5..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,4117
|
|
+vendor_part_id = 4115,4116,4117,4118
|
|
use_eager_rdma = 1
|
|
mtu = 4096
|
|
max_inline_data = 256
|
|
@@ -183,7 +183,7 @@ 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
|
|
@@ -192,7 +192,7 @@ max_inline_data = 256
|
|
|
|
[Mellanox ConnectX6]
|
|
vendor_id = 0x2c9,0x5ad,0x66a,0x8f1,0x1708,0x03ba,0x15b3,0x119f
|
|
-vendor_part_id = 4123
|
|
+vendor_part_id = 4123,4124
|
|
use_eager_rdma = 1
|
|
mtu = 4096
|
|
max_inline_data = 256
|