Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tpetra,Intrepid2: Adding RUN_SERIAL to tests #7476

Merged
merged 5 commits into from
Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
)