Skip to content

Commit

Permalink
Merge pull request #149 from NexGenAnalytics/148-belos-update-all-_di…
Browse files Browse the repository at this point in the history
…agcpp-tests-to-use-tpetra

#148: Belos: Update all `*_diag.cpp` tests to use `Tpetra`
  • Loading branch information
stmcgovern authored Sep 8, 2023
2 parents e5c4a0b + d318d43 commit f9116d7
Show file tree
Hide file tree
Showing 7 changed files with 1,687 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/belos/tpetra/test/BiCGStab/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
ASSERT_DEFINED(${PACKAGE_NAME}_ENABLE_Triutils)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
Tpetra_BiCGStab_diag
SOURCES test_bicgstab_diag.cpp
COMM serial mpi
STANDARD_PASS_OUTPUT
)

IF (${PACKAGE_NAME}_ENABLE_Triutils)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
Expand Down
Loading

0 comments on commit f9116d7

Please sign in to comment.