-
Notifications
You must be signed in to change notification settings - Fork 14
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
Instrument distributed eigensolver with HDF5 #1016
Conversation
cscs-ci run |
a9d4adc
to
8a925ac
Compare
cscs-ci run |
cscs-ci run |
Waiting for #1057 |
Revisit early next year. |
cscs-ci run |
I'm updating this PR because I need it. Please ignore. (However, having it in |
Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
cscs-ci run |
cscs-ci run |
1 similar comment
cscs-ci run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor final comments, looks good to me otherwise. Thanks for making the changes!
Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
cscs-ci run |
cscs-ci run |
Since in previous discussion we decided that HDF5 is only used internally for debugging, I added HDF5 output for all stages of the distributed standard eigensolver. This expands the previous implementation, where only the input/output of the tridiagonal eigensolver is available.
The
debug_
options are explicitly not added tooperator<<
intune.cpp
.I need this for debugging, but please feel free to close the PR if it is not otherwise useful to have this functionality.