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

Storing State of ParArrays in Params #1186

Open
pgrete opened this issue Oct 8, 2024 · 1 comment
Open

Storing State of ParArrays in Params #1186

pgrete opened this issue Oct 8, 2024 · 1 comment
Labels
question Further information is requested

Comments

@pgrete
Copy link
Collaborator

pgrete commented Oct 8, 2024

Do we need to store (and restore) the State of ParArrays dumped in restarts when they are mutable?

@pgrete pgrete added the question Further information is requested label Oct 8, 2024
@lroberts36
Copy link
Collaborator

At least for ParArrays that inherit from VariableState, they don't need to be stored. All of the information there can be reconstructed. It is possible that someone could inherit from a different class that needs to be stored, but I don't believe anyone is doing that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants