You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Do we need to store (and restore) the
State
ofParArrays
dumped in restarts when they are mutable?The text was updated successfully, but these errors were encountered: