Skip to content

Commit

Permalink
Merge pull request #161 from NexGenAnalytics/158-belos-add-pcpg-example
Browse files Browse the repository at this point in the history
#158: Belos: Provide `Tpetra` version of PCPG example
  • Loading branch information
stmcgovern authored Sep 21, 2023
2 parents 1c88b2c + 6347403 commit c1f5312
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(LSQR)
ADD_SUBDIRECTORY(RCG)
ADD_SUBDIRECTORY(BlockCG)
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 c1f5312

Please sign in to comment.