]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Ignore MPI warning in linux-debug-parallel-simplex 12124/head
authorPeter Munch <peterrmuench@gmail.com>
Mon, 3 May 2021 08:31:55 +0000 (10:31 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Mon, 3 May 2021 08:32:08 +0000 (10:32 +0200)
.github/workflows/linux.yml

index 6d33e88605257bfcfc41da431c56cb3c5a45c16b..d1be33ae19ada35bbe86c00c1a1f20bdc676332d 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.