Skip to content

Commit

Permalink
Merge pull request #7476 from brian-kelley/FixTestTimeout
Browse files Browse the repository at this point in the history
Tpetra,Intrepid2: Adding RUN_SERIAL to tests
  • Loading branch information
brian-kelley authored Jun 5, 2020
2 parents 7406422 + 3738034 commit e7756b9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

#Note BMK 6-3-20: adding RUN_SERIAL because this was timing out on RIDE
TRIBITS_ADD_EXECUTABLE_AND_TEST(
Test_01
SOURCES test_01.cpp
ARGS PrintItAll
NUM_MPI_PROCS 1
PASS_REGULAR_EXPRESSION "TEST PASSED"
RUN_SERIAL
ADD_DIR_TO_NAME
)

Expand Down
6 changes: 5 additions & 1 deletion packages/intrepid2/unit-test/Projection/Cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
NUM_MPI_PROCS 1
PASS_REGULAR_EXPRESSION "TEST PASSED"
ADD_DIR_TO_NAME
RUN_SERIAL
)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
Expand All @@ -14,6 +15,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
NUM_MPI_PROCS 1
PASS_REGULAR_EXPRESSION "TEST PASSED"
ADD_DIR_TO_NAME
RUN_SERIAL
)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
Expand All @@ -23,6 +25,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
NUM_MPI_PROCS 1
PASS_REGULAR_EXPRESSION "TEST PASSED"
ADD_DIR_TO_NAME
RUN_SERIAL
)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
Expand All @@ -32,6 +35,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
NUM_MPI_PROCS 1
PASS_REGULAR_EXPRESSION "TEST PASSED"
ADD_DIR_TO_NAME
RUN_SERIAL
)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
Expand Down Expand Up @@ -68,4 +72,4 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
NUM_MPI_PROCS 1
PASS_REGULAR_EXPRESSION "TEST PASSED"
ADD_DIR_TO_NAME
)
)
2 changes: 2 additions & 0 deletions packages/muelu/test/unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ ENDIF()
PASS_REGULAR_EXPRESSION "End Result: TEST PASSED"
NUM_MPI_PROCS 1
COMM serial mpi
RUN_SERIAL
)

TRIBITS_ADD_TEST(
Expand All @@ -361,6 +362,7 @@ ENDIF()
PASS_REGULAR_EXPRESSION "End Result: TEST PASSED"
NUM_MPI_PROCS 4
COMM mpi
RUN_SERIAL
)

IF (${PACKAGE_NAME}_ENABLE_CreatePreconditionerTests)
Expand Down
4 changes: 4 additions & 0 deletions packages/tpetra/core/test/Blas/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ TRIBITS_ADD_TEST(
COMM serial mpi
NUM_MPI_PROCS 1
STANDARD_PASS_OUTPUT
RUN_SERIAL
)

TRIBITS_ADD_TEST(
Expand All @@ -31,6 +32,7 @@ TRIBITS_ADD_TEST(
COMM serial mpi
NUM_MPI_PROCS 1
STANDARD_PASS_OUTPUT
RUN_SERIAL
)

TRIBITS_ADD_TEST(
Expand All @@ -40,6 +42,7 @@ TRIBITS_ADD_TEST(
COMM serial mpi
NUM_MPI_PROCS 1
STANDARD_PASS_OUTPUT
RUN_SERIAL
)

TRIBITS_ADD_TEST(
Expand All @@ -49,4 +52,5 @@ TRIBITS_ADD_TEST(
COMM serial mpi
NUM_MPI_PROCS 1
STANDARD_PASS_OUTPUT
RUN_SERIAL
)

0 comments on commit e7756b9

Please sign in to comment.