Skip to content

Comments

Fix: compiler issue with vector<bool> in Field#334

Merged
dglaeser merged 3 commits intomainfrom
fix/vector-of-bool-field
Jan 29, 2026
Merged

Fix: compiler issue with vector<bool> in Field#334
dglaeser merged 3 commits intomainfrom
fix/vector-of-bool-field

Conversation

@dglaeser
Copy link
Owner

@dglaeser dglaeser commented Jan 28, 2026

After rebuilding the docker images, a compiler error emerged because of the serialization mechanism of fields over vector<bool>.

Newer compilers seem to take it again, but nevertheless, it was reworked such that it now also works with the compilers we use in our current test images.

Besides this, the new test image build yielded a new vtk version, where the data model for parallel grids read from hdf5 files has been changed. The test script has been adapted to handle these changes. The change is rather "hacky". If more such changes occur in the future we will have to properly refactor the test script.

@dglaeser dglaeser changed the title fix(field): fix compiler issue with vector<bool> Fix: compiler issue with vector<bool> in Field Jan 28, 2026
@github-actions
Copy link

The following performance differences (this branch vs target branch) have been measured:
Relative deviation of average for 'inline_b64': 2.22%
Relative deviation of average for 'ascii': -0.25%
Relative deviation of average for 'app_b64': 2.25%
Relative deviation of average for 'app_raw': 1.94%

@github-actions
Copy link

The following performance differences (this branch vs target branch) have been measured:
Relative deviation of average for 'app_raw': -1.01%
Relative deviation of average for 'ascii': 0.05%
Relative deviation of average for 'inline_b64': -0.55%
Relative deviation of average for 'app_b64': -0.49%

@dglaeser dglaeser merged commit e325387 into main Jan 29, 2026
6 checks passed
@dglaeser dglaeser deleted the fix/vector-of-bool-field branch January 29, 2026 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant