Skip to content

Commit

Permalink
Merge pull request #12268 from NexGenAnalytics/nga-fy23-pr-candidate-25
Browse files Browse the repository at this point in the history
Belos: add Tpetra PCPG test
  • Loading branch information
hkthorn authored Sep 20, 2023
2 parents 0ef4606 + b9cf75a commit 7b858e5
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/belos/tpetra/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ADD_SUBDIRECTORY(MultipleSolves)
ADD_SUBDIRECTORY(MVOPTester)
ADD_SUBDIRECTORY(Native)
ADD_SUBDIRECTORY(OrthoManager)
ADD_SUBDIRECTORY(PCPG)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
Issue_3235
Expand Down
15 changes: 15 additions & 0 deletions packages/belos/tpetra/test/PCPG/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


ASSERT_DEFINED(${PACKAGE_NAME}_ENABLE_Triutils)
IF (${PACKAGE_NAME}_ENABLE_Triutils)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
pcpg_tpetraex
SOURCES test_pcpg_tpetraex.cpp
COMM mpi
NUM_MPI_PROCS 4
)

ENDIF()


Loading

0 comments on commit 7b858e5

Please sign in to comment.