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

Memory usage issue #8

Open
V-Rang opened this issue Mar 15, 2024 · 0 comments
Open

Memory usage issue #8

V-Rang opened this issue Mar 15, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@V-Rang
Copy link
Collaborator

V-Rang commented Mar 15, 2024

commit: 9906551

Investigating memory usage issue which might be causing the hanging of the testing_suite_file.py after 3 out of the 4 tests are run: https://github.com/hippylib/hippylibx/blob/numpy_debug_v2/hippylibX/test/testing_suite_file.py

Ran mem_usage.py: https://github.com/hippylib/hippylibx/blob/numpy_debug_v2/misc/mem_usage.py
to generate this plot:
image
This documents the change in memory used from one iteration to another. (difference between memory being used at end and beginning of function call).

Have noticed that if all 4 tests in testing_suite_file.py are called using 1 proc, it runs to completion.

@uvilla uvilla added the documentation Improvements or additions to documentation label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants