From: Alastair McKinstry Date: Mon, 21 Sep 2020 20:29:06 +0000 (+0100) Subject: Turn off warning that openfabric is not available X-Git-Tag: archive/raspbian/4.0.5-5+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a08c421d70e695301ec053b14f2ffb9bb6bafc21;p=openmpi.git Turn off warning that openfabric is not available Last-Updated: 2019-11-19 Forwarded: no because it breaks some overlying layers/appications in Debian 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..0a3d0936 100644 --- a/opal/etc/openmpi-mca-params.conf +++ b/opal/etc/openmpi-mca-params.conf @@ -57,3 +57,7 @@ # 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 \ No newline at end of file