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
Fix dirtyRecursive() performance for Series with many steps (#1598)
* Don't check closed iterations if they are dirty
* WIP: Alternative way of checking for errors
* Re-enable some tests
* Clear dirty files after flushing in ADIOS2
* [WIP] Track dirtyRecursive from the beginning
* Continue fixing things
* Further fixes
* Test cleanup
* CI fixes
* Replace drop() with a condition check
* Move printDirty to debug::printDirty
* Update include/openPMD/RecordComponent.hpp
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
* Revert to older verification logic
It's more performant now with the new implementation for dirtyRecursive
* Document
* Remove stale changes
---------
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
0 commit comments