From d709585953da741bfd929520c84832ca5ef3cfc7 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Mon, 3 May 2021 10:31:55 +0200 Subject: [PATCH] Ignore MPI warning in linux-debug-parallel-simplex --- .github/workflows/linux.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6d33e88605..d1be33ae19 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -85,6 +85,11 @@ jobs: make -j 2 - name: test run: | + # Remove warning: "A high-performance Open MPI point-to-point + # messaging module was unable to find any relevant network + # interfaces." + export OMPI_MCA_btl_base_warn_component_unused='0' + cd build make -j 2 setup_tests_simplex ctest --output-on-failure -j 2 -- 2.39.5