Skip to content

Commit

Permalink
Merge Pull Request #3747 from trilinos/Trilinos/jhu-367881f
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: MueLu: fix build of example
PR Author: jhux2
  • Loading branch information
trilinos-autotester authored Oct 27, 2018
2 parents c615247 + 367881f commit 8ccf5cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/muelu/example/ParameterList/MLParameterList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,12 @@ int main_(Teuchos::CommandLineProcessor &clp, Xpetra::UnderlyingLib lib, int arg
//

RCP<Teuchos::ParameterList> mueluParams = Teuchos::getParametersFromXmlString(MueLu::ML2MueLuParameterTranslator::translate(*params, "SA"));

std::cout << MueLu::ML2MueLuParameterTranslator::translate(*params, "SA") << std::endl;

if (xpetraParameters.GetLib() == Xpetra::UseEpetra)
mueluParams->set("use kokkos refactor", false);

// Multigrid Hierarchy
ParameterListInterpreter mueLuFactory(*mueluParams);
RCP<Hierarchy> H = mueLuFactory.CreateHierarchy();
Expand Down

0 comments on commit 8ccf5cb

Please sign in to comment.