From: Alastair McKinstry Date: Wed, 18 Dec 2019 13:41:29 +0000 (+0000) Subject: no-warning-unused X-Git-Tag: archive/raspbian/4.0.2-5+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4837d06e388577dfc1ff731343c14b3fd4d83a00;p=openmpi.git no-warning-unused 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