Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MueLu: Misleading timer call count #13793

Open
cgcgcg opened this issue Feb 7, 2025 · 2 comments
Open

MueLu: Misleading timer call count #13793

cgcgcg opened this issue Feb 7, 2025 · 2 comments
Labels
pkg: MueLu type: bug The primary issue is a bug in Trilinos code or tests

Comments

@cgcgcg
Copy link
Contributor

cgcgcg commented Feb 7, 2025

Bug Report

The level solve counters MueLu: Laplace2D: Hierarchy: Solve (total, level=k) are getting called twice per V-cycle.
First here:

RCP<TimeMonitor> iterateLevelTime = rcp(new TimeMonitor(*this, iterateLevelTimeLabel, Timings0));

and then here:
iterateLevelTime = rcp(new TimeMonitor(*this, iterateLevelTimeLabel)); // restart timing this level

I find this somewhat confusing.

@cgcgcg cgcgcg added pkg: MueLu type: bug The primary issue is a bug in Trilinos code or tests labels Feb 7, 2025
Copy link

github-actions bot commented Feb 7, 2025

Automatic mention of the @trilinos/muelu team

@trilinos trilinos deleted a comment from github-actions bot Feb 7, 2025
@jhux2
Copy link
Member

jhux2 commented Feb 8, 2025

It's stopped on 1071 in-between.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: MueLu type: bug The primary issue is a bug in Trilinos code or tests
Projects
None yet
Development

No branches or pull requests

2 participants