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 a field storage in the KrylovStats #865

Open
amontoison opened this issue May 20, 2024 · 0 comments
Open

Add a field storage in the KrylovStats #865

amontoison opened this issue May 20, 2024 · 0 comments
Assignees

Comments

@amontoison
Copy link
Member

amontoison commented May 20, 2024

I initially wanted to display the number of bytes allocated with the verbose mode but it's better if we have it in the stats.

# Storage requirements
(verbose > 0) && (storage = sizeof(solver))
(verbose > 0) && @printf(iostream, "Size of the workspace: %s.\n", format_bytes(storage))
(verbose > 0) && @printf(iostream, "\n")
@amontoison amontoison self-assigned this May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant