Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 936
    • Issues 936
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • James Willenbring
  • Trilinos
  • Issues
  • #1646

Closed
Open
Created Aug 26, 2017 by James Willenbring@jmwilleMaintainer

MueLu::ParameterListInterpreter::ParameterListInterpreter seems to take a lot more time than expected

Created by: pwxy

MueLu::CreateXpetraPreconditioner calls both MueLu::HierarchyManager::SetupHierarchy and MueLu::ParameterListInterpreter::ParameterListInterpreter

I'm running Chebyshev smoother, and I thought that the smoothers were being constructed by MueLu::HierarchyManager::SetupHierarchy rather than MueLu::ParameterListInterpreter::ParameterListInterpreter. However, I saw that several levels down the stack trace, MueLu::ParameterListInterpreter::ParameterListInterpreter calls MueLu::ParameterListInterpreter::UpdateFactoryManager_Smoothers, which for presmoothing, calls:

    preSmoother = rcp(new SmootherFactory(rcp(new TrilinosSmoother(preSmootherType, preSmootherParams, overlap))));

So it appears that MueLu::ParameterListInterpreter::ParameterListInterpreter is constructing the smoothers?

I've noticed that time spent in MueLu::ParameterListInterpreter::ParameterListInterpreter is rather large, and most of this time is due to the construction of the presmoother (I have both pre- and post- smoothing).

Assignee
Assign to
Time tracking