Skip to content

Commit

Permalink
Merge Pull Request #4889 from cgcgcg/Trilinos/miniEMfix
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: MiniEM: Do not run with Epetra and MueLu's Kokkos Refactor
PR Author: cgcgcg
  • Loading branch information
trilinos-autotester authored Apr 16, 2019
2 parents 40679d3 + 449bbcf commit 2ba9037
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<Parameter name="Prec Type" type="string" value="MueLu"/>
<ParameterList name="Prec Types">
<ParameterList name="MueLu">
<Parameter name="use kokkos refactor" type="bool" value="false"/>
<Parameter name="verbosity" type="string" value="high"/>
<Parameter name="hierarchy label" type="string" value="Q_B"/>
<Parameter name="multigrid algorithm" type="string" value="unsmoothed"/>
Expand Down Expand Up @@ -79,6 +80,7 @@

<ParameterList name="T_E Solve">
<Parameter name="Type" type="string" value="MueLu"/>
<Parameter name="use kokkos refactor" type="bool" value="false"/>
<Parameter name="verbosity" type="string" value="high"/>
<Parameter name="hierarchy label" type="string" value="T_E"/>
<Parameter name="multigrid algorithm" type="string" value="unsmoothed"/>
Expand Down

0 comments on commit 2ba9037

Please sign in to comment.