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

Add array storage accounting and reporting #15

Closed
maherou opened this issue Aug 27, 2015 · 2 comments
Closed

Add array storage accounting and reporting #15

maherou opened this issue Aug 27, 2015 · 2 comments
Assignees
Projects
Milestone

Comments

@maherou
Copy link
Collaborator

maherou commented Aug 27, 2015

Add tracking of total bytes used in array storage.

@maherou maherou self-assigned this Aug 27, 2015
@maherou
Copy link
Collaborator Author

maherou commented Aug 27, 2015

Many users have requested information about the total memory used by HPCG. Tracking and reporting the amount of array storage should address this issue.

@maherou maherou added this to the HPCG 3.0 milestone Aug 27, 2015
@maherou
Copy link
Collaborator Author

maherou commented Oct 13, 2015

This feature is complete for now. One big plus from this feature is a sense of the approximate memory usage as a function of the number of equations. The reference version uses about 750*n bytes where n is the number of global equations (or on each MPI process for the local amount of storage). Optimized versions will likely use more memory, but it will still likely be some linear function in n, or approximately so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant