Skip to content

Add a small test for DeferredComputation

33676af
Select commit
Loading
Failed to load commit list.
Open

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

Add a small test for DeferredComputation
33676af
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 12, 2026 in 22m 58s

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)