From df6abc190df0e45f58b37edfe00bb48ac3041f41 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Wed, 23 Oct 2024 16:12:18 +0200 Subject: [PATCH] linux-debug-parallel-tpetra: clean up test stage. --- .github/workflows/linux.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 712047337b..cf1ff91e99 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -184,7 +184,7 @@ jobs: run: | cd build make VERBOSE=1 -j2 - - name: test + - name: test trilinos_tpetra run: | # Remove warning: "A high-performance Open MPI point-to-point # messaging module was unable to find any relevant network @@ -192,17 +192,8 @@ jobs: export OMPI_MCA_btl_base_warn_component_unused='0' cd build - make VERBOSE=1 -j2 - - 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 -j2 setup_tests - ctest --output-on-failure -j2 -VV -R "tpetra" + make -j2 setup_tests_trilinos_tpetra + ctest --output-on-failure -j2 -VV ############################ # linux-debug-intel-oneapi # -- 2.39.5