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

ENH: add runtime library support for MODMEM_USAGE config setting #965

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shanedsnyder
Copy link
Contributor

prints details on amount of memory allocated for each module, as well as the total amount of memory registered for each module. this information can be used to help sanity check that user memory configuration settings are working as expected

produces output like:

# Darshan POSIX module: bytes_registered=704 bytes_allocated=720896
# Darshan DXT_POSIX module: bytes_registered=4194280 bytes_allocated=4194304
# Darshan HEATMAP module: bytes_registered=3248 bytes_allocated=25984

prints details on amount of memory allocated for each module, as
well as the total amount of memory registered for each module.
this information can be used to help sanity check that user
memory configuration settings are working as expected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant