-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Belos: Provide Tpetra version of PCPG example
\ #158: fix issue in PCPG example
- Loading branch information
1 parent
8f2db99
commit 84bf3c3
Showing
3 changed files
with
441 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() |
Oops, something went wrong.