Skip to content

Commit

Permalink
Add --teuchos-suppress-startup-banner to avoid jubmled output (#2506)
Browse files Browse the repository at this point in the history
This avoids failures like reported in #2506 where the
Teuchos::GlobalMPISession startup banner from other MPI processes gets jumbled
with the "Final Result: PASSED" message on rank 0.
  • Loading branch information
bartlettroscoe committed Oct 5, 2019
1 parent 9872a89 commit bf2d1d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unit_tests_base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FILE(GLOB SOURCES *.cpp)
TRIBITS_ADD_EXECUTABLE_AND_TEST(
fei_ubase
SOURCES ${SOURCES}
ARGS ""
ARGS "--teuchos-suppress-startup-banner"
COMM serial mpi
NUM_MPI_PROCS 1
TESTONLYLIBS fei_test_utils
Expand All @@ -25,7 +25,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
TRIBITS_ADD_TEST(
fei_ubase
NAME fei_ubase
ARGS ""
ARGS "--teuchos-suppress-startup-banner"
COMM serial mpi
NUM_MPI_PROCS 2
STANDARD_PASS_OUTPUT
Expand All @@ -34,7 +34,7 @@ TRIBITS_ADD_TEST(
TRIBITS_ADD_TEST(
fei_ubase
NAME fei_ubase
ARGS ""
ARGS "--teuchos-suppress-startup-banner"
COMM serial mpi
NUM_MPI_PROCS 3
STANDARD_PASS_OUTPUT
Expand All @@ -43,7 +43,7 @@ TRIBITS_ADD_TEST(
TRIBITS_ADD_TEST(
fei_ubase
NAME fei_ubase
ARGS ""
ARGS "--teuchos-suppress-startup-banner"
COMM serial mpi
NUM_MPI_PROCS 4
STANDARD_PASS_OUTPUT
Expand Down

0 comments on commit bf2d1d4

Please sign in to comment.