-
Notifications
You must be signed in to change notification settings - Fork 85
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
Memory leak in in SolverAlgorithm #1037
Comments
I can't seem to access the dashboard right now. I am getting: Network Error (tcp_error)A communication error occurred: "" Basically, I'd like to know when this leak started to show up. #987 was the fix for the memory leak revolving around |
@ldh4 it goes back as far as the dashboard stores information. Which admittedly isn't very far. I'm setting up on my mac now to see if I can reproduce there. I was able to reproduce on |
I do not see this memory leak on my mac with |
@ldh4 I've been reviewing this further with @PaulMullowney and I think there are some design changes from #937 that need to be refactored to unify In particular we think the
and the asymmetry in the
Pinging @alanw0 so we can get this on the STK team workload. |
I agree that |
@ldh4 yes that sounds good to me. It might be worth reviewing the variable reference issues with @PaulMullowney in a mob programming session so we can get his perspective from the HypreLinearSystem work he's done. |
ok we'll get a story on the backlog to take care of this. |
@alanw0 -- is there any news on this issue? |
No. This may have been lost in the rush to get things working on crusher/frontier... |
@alanw0 I don't know we made a strong action to further resolve this. I recall there being further discussions that |
@michaelasprague Dong Hun's comment confirms my suspicion that this memory-leak fix got lower priority when we removed Trilinos solvers from the default build as we were prioritizing the AMD/ROCm work for crusher/frontier. |
I defer to @psakievich on if it belongs in won't fix |
I think backlogged would be a better choice over won't fix. Currently the vast majority of our tests are configured with tpetra solvers and our linear solvers bench is shallower than it used to be. Unless we plan to totally abandon tpetra solvers I would say a plan should be made to fix this and it would be good to assign to the next person who steps into the role of linear solvers lead. |
We've had a memory leak showing up in the nightly dashboard for a while. https://my.cdash.org/test/61728724
This is the same leak in the unit tests and I've traced it to SolverAlgorithm.C:L60.
The text was updated successfully, but these errors were encountered: