From: Alastair McKinstry Date: Thu, 27 May 2021 08:16:24 +0000 (+0100) Subject: Turn off warning that openfabric is not available X-Git-Tag: archive/raspbian/4.1.0-10+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8e9dd183a3ec56bab120a420c9c1a61ec7b63d71;p=openmpi.git Turn off warning that openfabric is not available Last-Updated: 2021-01-21 Forwarded: not-needed because it breaks some overlying layers/appications in Debian. Also exclude openfabric/openib by default. Gbp-Pq: Name no-warning-unused.patch --- diff --git a/opal/etc/openmpi-mca-params.conf b/opal/etc/openmpi-mca-params.conf index 09c1ac30..118296b3 100644 --- a/opal/etc/openmpi-mca-params.conf +++ b/opal/etc/openmpi-mca-params.conf @@ -57,3 +57,13 @@ # See "ompi_info --param all all --level 9" for a full listing of Open # MPI MCA parameters available and their default values. + +# Silence this warning on Debian, as many systems don't have openfabric +# but the warning breaks higher layers or application +btl_base_warn_component_unused=0 +# Avoid openib an in case applications use fork: see https://github.com/ofiwg/libfabric/issues/6332 +# If you wish to use openib and know your application is safe, remove the following: +# Similarly for UCX: https://github.com/open-mpi/ompi/issues/8367 +btl = ^uct,openib,ofi +pml = ^ucx +osc = ^ucx,pt2pt \ No newline at end of file