Skip to content

Commit

Permalink
Belos: Remove test_ptfqmr_hb because cannot be converted
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemeyer5 committed Sep 21, 2023
1 parent 34b5b55 commit ac0e8c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 311 deletions.
29 changes: 0 additions & 29 deletions packages/belos/tpetra/test/TFQMR/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,35 +29,6 @@ IF (${PACKAGE_NAME}_ENABLE_Triutils)
STANDARD_PASS_OUTPUT
)

#ASSERT_DEFINED(${PACKAGE_NAME}_ENABLE_Ifpack2)
#IF (${PACKAGE_NAME}_ENABLE_Ifpack2)

#TRIBITS_ADD_EXECUTABLE_AND_TEST(
# Tpetra_ptfqmr_hb
# SOURCES test_ptfqmr_hb.cpp
# COMM serial mpi
# ARGS
# "--verbose --not-pseudo --left-prec"
# "--verbose --not-pseudo --left-prec --num-rhs=10"
# "--verbose --not-pseudo --right-prec"
# "--verbose --not-pseudo --right-prec --num-rhs=10"
# STANDARD_PASS_OUTPUT
#)

#TRIBITS_ADD_EXECUTABLE_AND_TEST(
# Tpetra_pseudo_ptfqmr_hb
# SOURCES test_ptfqmr_hb.cpp
# COMM serial mpi
# ARGS
# "--verbose --pseudo --left-prec"
# "--verbose --pseudo --left-prec --num-rhs=10"
# "--verbose --pseudo --right-prec"
# "--verbose --pseudo --right-prec --num-rhs=10"
# STANDARD_PASS_OUTPUT
#)

#ENDIF(${PACKAGE_NAME}_ENABLE_Ifpack2)

TRIBITS_COPY_FILES_TO_BINARY_DIR(Tpetra_CopyTestTFQMRFiles
SOURCE_DIR ${Belos_SOURCE_DIR}/epetra/example/BlockGmres
SOURCE_FILES orsirr1.hb orsirr1_scaled.hb
Expand Down
282 changes: 0 additions & 282 deletions packages/belos/tpetra/test/TFQMR/test_ptfqmr_hb.cpp

This file was deleted.

0 comments on commit ac0e8c2

Please sign in to comment.