forked from trilinos/Trilinos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Pull Request trilinos#12798 from vqd8a/Trilinos/ifpack2-riluk-k…
…kspiluk-kksptrsv-use-streams-rcm Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Ifpack2: add option for RCM reordering in streamed KK SPILUK and KK SPTRSV in RILUK' PR Author: vqd8a
- Loading branch information
Showing
10 changed files
with
417 additions
and
88 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
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
22 changes: 22 additions & 0 deletions
22
packages/ifpack2/test/belos/test_2_RILUK_2streams_rcm_nos1_hb.xml
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,22 @@ | ||
<ParameterList name="test_params"> | ||
<Parameter name="hb_file" type="string" value="nos1.rsa"/> | ||
|
||
<Parameter name="solver_type" type="string" value="Block Gmres"/> | ||
<ParameterList name="Belos"> | ||
<Parameter name="Num Blocks" type="int" value="300"/> | ||
<Parameter name="Verbosity" type="int" value="33"/> | ||
<Parameter name="Output Style" type="int" value="1"/> | ||
<Parameter name="Output Frequency" type="int" value="1"/> | ||
</ParameterList> | ||
|
||
<Parameter name="Ifpack2::Preconditioner" type="string" value="RILUK"/> | ||
<ParameterList name="Ifpack2"> | ||
<Parameter name="fact: iluk level-of-fill" type="int" value="2"/> | ||
<Parameter name="fact: type" type="string" value="KSPILUK"/> | ||
<Parameter name="fact: kspiluk number-of-streams" type="int" value="2"/> | ||
<Parameter name="fact: kspiluk reordering in streams" type="bool" value="true"/> | ||
<Parameter name="trisolver: type" type="string" value="KSPTRSV"/> | ||
</ParameterList> | ||
|
||
<Parameter name="expectNumIters" type="int" value="50"/> | ||
</ParameterList> |
22 changes: 22 additions & 0 deletions
22
packages/ifpack2/test/belos/test_2_RILUK_4streams_rcm_nos1_hb.xml
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,22 @@ | ||
<ParameterList name="test_params"> | ||
<Parameter name="hb_file" type="string" value="nos1.rsa"/> | ||
|
||
<Parameter name="solver_type" type="string" value="Block Gmres"/> | ||
<ParameterList name="Belos"> | ||
<Parameter name="Num Blocks" type="int" value="300"/> | ||
<Parameter name="Verbosity" type="int" value="33"/> | ||
<Parameter name="Output Style" type="int" value="1"/> | ||
<Parameter name="Output Frequency" type="int" value="1"/> | ||
</ParameterList> | ||
|
||
<Parameter name="Ifpack2::Preconditioner" type="string" value="RILUK"/> | ||
<ParameterList name="Ifpack2"> | ||
<Parameter name="fact: iluk level-of-fill" type="int" value="2"/> | ||
<Parameter name="fact: type" type="string" value="KSPILUK"/> | ||
<Parameter name="fact: kspiluk number-of-streams" type="int" value="4"/> | ||
<Parameter name="fact: kspiluk reordering in streams" type="bool" value="true"/> | ||
<Parameter name="trisolver: type" type="string" value="KSPTRSV"/> | ||
</ParameterList> | ||
|
||
<Parameter name="expectNumIters" type="int" value="50"/> | ||
</ParameterList> |
Oops, something went wrong.