We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: