-
Notifications
You must be signed in to change notification settings - Fork 41
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
Activate report grid memory consumption #1020
Activate report grid memory consumption #1020
Conversation
We have this function, why not use it?
Suggestion from Markus: implement a similar memory report functionality for fsgrid. Not today. |
Example output:
So let's discuss if we want more info (value and rank of local vs. remote cells' min and max capacity?), and in what format/ordering. And also, this should list explicitly that we're talking of the spatial cells here, especially if/when we extend this to also report fsgrid memory usage. |
…w places in grid.cpp.
… grid report function.
So I was thinking (dangerous, I know) – instead of reducing the capacities per node, wouldn't it be more useful in terms of debugging/troubleshooting to instead report the RES and HWM values per rank as well as per node? Or should this just be all PAPI and capacity reports both per rank and per node, to be complete? Also, is the consensus that I move the whole shebang to |
OK, looks good. I see that Flowthrough_damr is still too sensitive - the grid on the last timestep does not match. |
I like the functionality, and I also like the neighborhood-id-refactoring a lot. I'm just confused because I didn't expect this amount of changes given the PR title. |
Just for laughs? How long has this not been used? Not like I just spent a number of weeks looking into memory consumption...........