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

Sparse restarts not bitwise exact in edge case #1077

Open
lroberts36 opened this issue May 15, 2024 · 0 comments
Open

Sparse restarts not bitwise exact in edge case #1077

lroberts36 opened this issue May 15, 2024 · 0 comments
Assignees

Comments

@lroberts36
Copy link
Collaborator

I think it is possible that if a controlling sparse variable does not have Metadata::Independent or Metadata::Restart set, its deallocation counter will not be written to the restart file and will be reset to zero on restart. To fix this, we would either need to ensure that controlling variables always have either Independent or Restart set or write SparseAlloc and SparseDeallocCount to file for all sparse variables (not just those that are dumped to restart files).

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

No branches or pull requests

1 participant