Skip to content

Commit

Permalink
#148: restore tfqmr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 7, 2023
1 parent 95f6536 commit d318d43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/belos/tpetra/test/TFQMR/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
ASSERT_DEFINED(${PACKAGE_NAME}_ENABLE_Triutils)
IF (${PACKAGE_NAME}_ENABLE_Triutils)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
Tpetra_tfqmr_hb
SOURCES test_tfqmr_hb.cpp
SOURCES test_tfqmr_hb.cpp
COMM serial mpi
ARGS
"--verbose --filename=orsirr1_scaled.hb"
"--verbose --pseudo --filename=orsirr1_scaled.hb"
"--verbose --explicit --filename=orsirr1_scaled.hb"
"--verbose --recursive --filename=orsirr1_scaled.hb"
STANDARD_PASS_OUTPUT
STANDARD_PASS_OUTPUT
)

TRIBITS_COPY_FILES_TO_BINARY_DIR(Tpetra_CopyTestTFQMRFiles
Expand Down

0 comments on commit d318d43

Please sign in to comment.