Skip to content

Introduce more flexible storeChunk() syntax, use to add ADIOS2 memory selection#1620

Open
franzpoeschel wants to merge 48 commits into
openPMD:devfrom
franzpoeschel:adios2-memory-selection
Open

Introduce more flexible storeChunk() syntax, use to add ADIOS2 memory selection#1620
franzpoeschel wants to merge 48 commits into
openPMD:devfrom
franzpoeschel:adios2-memory-selection

Remove core namespace leftover

27f7e61
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 10, 2026 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

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 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)