Skip to content

Immediate flush mode - #1846

Open
franzpoeschel wants to merge 68 commits into
openPMD:devfrom
franzpoeschel:synchronous-flush
Open

Immediate flush mode#1846
franzpoeschel wants to merge 68 commits into
openPMD:devfrom
franzpoeschel:synchronous-flush

Also have some explicitly deferred CI runs

d11d683
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 23, 2026 in 2s

6 new alerts

New alerts in code changed by this pull request

  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 203 in include/openPMD/RecordComponent.tpp

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 818 in src/RecordComponent.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 898 in src/RecordComponent.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Large object passed by value Note

This parameter of type
LoadStoreConfigWithBuffer
is 104 bytes - consider passing a const pointer/reference instead.

Check notice on line 941 in src/Series.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Large object passed by value Note

This parameter of type
TracingJSON
is 144 bytes - consider passing a const pointer/reference instead.

Check notice on line 544 in test/AuxiliaryTest.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static function Note test

Static function CATCH2_INTERNAL_TEST_18 is unreachable (
autoRegistrar19
must be removed at the same time)

Check notice on line 936 in test/ParallelIOTest.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note test

This comment appears to contain commented-out code.