From ad2efcec38aa56c4ed183f01540ebb3fda7163f8 Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Thu, 2 Jul 2020 08:42:05 +0100 Subject: [PATCH] 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 --- opal/etc/openmpi-mca-params.conf | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2