forked from trilinos/Trilinos
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#180: add osrirr1.hb new working version and disable Ifpack2 precondi…
…tioner
- Loading branch information
1 parent
07486b1
commit 08f79ec
Showing
5 changed files
with
2,317 additions
and
10,454 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
|
||
|
||
# TODO: First solve circular dependency between Belos and Ifpack2 | ||
ASSERT_DEFINED(${PACKAGE_NAME}_ENABLE_Tpetra) | ||
IF (${PACKAGE_NAME}_ENABLE_Tpetra) | ||
|
||
# ASSERT_DEFINED(${PACKAGE_NAME}_ENABLE_Tpetra) | ||
# ASSERT_DEFINED(${PACKAGE_NAME}_ENABLE_Ifpack2) | ||
# IF (${PACKAGE_NAME}_ENABLE_Tpetra AND ${PACKAGE_NAME}_ENABLE_Ifpack2) | ||
TRIBITS_ADD_EXECUTABLE( | ||
TFQMR_Tpetra_File_Ex | ||
SOURCES TFQMRTpetraExFile.cpp | ||
COMM serial mpi | ||
) | ||
|
||
# TRIBITS_ADD_EXECUTABLE_AND_TEST( | ||
# TFQMR_Tpetra_File_Ex | ||
# SOURCES TFQMRTpetraExFile.cpp | ||
# COMM serial mpi | ||
# ) | ||
TRIBITS_ADD_EXECUTABLE( | ||
Pseudo_Block_TFQMR_Tpetra_File_Ex | ||
SOURCES PseudoBlockTFQMRTpetraExFile.cpp | ||
COMM serial mpi | ||
) | ||
|
||
# TRIBITS_ADD_EXECUTABLE_AND_TEST( | ||
# Pseudo_Block_TFQMR_Tpetra_File_Ex | ||
# SOURCES PseudoBlockTFQMRTpetraExFile.cpp | ||
# COMM serial mpi | ||
# ) | ||
TRIBITS_COPY_FILES_TO_BINARY_DIR(Tpetra_CopyExampleTFQMRFiles | ||
SOURCE_DIR ${Belos_SOURCE_DIR}/tpetra/example/TFQMR | ||
SOURCE_FILES osrirr1.hb | ||
EXEDEPS TFQMR_Tpetra_File_Ex Pseudo_Block_TFQMR_Tpetra_File_Ex | ||
) | ||
|
||
# TRIBITS_COPY_FILES_TO_BINARY_DIR(Tpetra_CopyExampleTFQMRFiles | ||
# SOURCE_DIR ${Belos_SOURCE_DIR}/tpetra/example/TFQMR | ||
# SOURCE_FILES bcsstk14.hb | ||
# EXEDEPS TFQMR_Tpetra_File_Ex Pseudo_Block_TFQMR_Tpetra_File_Ex | ||
# ) | ||
|
||
# ENDIF() | ||
ENDIF() |
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
Oops, something went wrong.