Skip to content

Commit

Permalink
Belos: Provide Tpetra version of PCPG example
Browse files Browse the repository at this point in the history
\ #158: fix issue in PCPG example
  • Loading branch information
tlamonthezie committed Sep 27, 2023
1 parent 8f2db99 commit 84bf3c3
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/belos/tpetra/example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ ADD_SUBDIRECTORY(GCRODR)
ADD_SUBDIRECTORY(BlockCG)
ADD_SUBDIRECTORY(RCG)
ADD_SUBDIRECTORY(TFQMR)
ADD_SUBDIRECTORY(PCPG)
11 changes: 11 additions & 0 deletions packages/belos/tpetra/example/PCPG/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


ASSERT_DEFINED(${PACKAGE_NAME}_ENABLE_Tpetra)
IF (${PACKAGE_NAME}_ENABLE_Tpetra)
TRIBITS_ADD_EXECUTABLE(
PCPG_Tpetra_File_Ex
SOURCES PCPGTpetraExFile.cpp
COMM serial mpi
# ARGS --verbose
)
ENDIF()
Loading

0 comments on commit 84bf3c3

Please sign in to comment.