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
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).
The text was updated successfully, but these errors were encountered:
I think it is possible that if a controlling sparse variable does not have
Metadata::Independent
orMetadata::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 eitherIndependent
orRestart
set or writeSparseAlloc
andSparseDeallocCount
to file for all sparse variables (not just those that are dumped to restart files).The text was updated successfully, but these errors were encountered: