Skip to content

adios2 2.12.1 - #279969

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-adios2-2.12.1
Apr 29, 2026
Merged

adios2 2.12.1#279969
BrewTestBot merged 2 commits into
mainfrom
bump-adios2-2.12.1

Conversation

@BrewTestBot

Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
# ADIOS2 v2.12.1 Release Notes

Bug Fixes

SST: NFS Negative Dcache Invalidation

Fixed a race condition on NFS-mounted filesystems where SST readers would fail
to open the writer's contact file even after it was created. A failed fopen()
populates the NFS client's negative dcache; subsequent retries returned NULL
for up to acdirmax (~30 s) despite the file existing. The fix forces a
readdir() on the parent directory before each retry to invalidate the stale
cache entry.

bpls: Double-Precision Min/Max Formatting

Fixed bpls displaying double-precision min/max values as integers when the
value had more than 6 significant digits (e.g., 130255.32345 was shown as
130255). Values outside the range [-10000, 10000] are now printed in
scientific notation (%e). This also affects the Min and Max strings
returned by io.AvailableVariables() in the Python bindings.

Dill: arm64 Linux Support

Resolved a Dill build/runtime failure on arm64 Linux systems.

Improvements

BP5: Vectorized Min/Max Statistics

The min/max statistics computation in BP5 has been vectorized, reducing the
overhead of StatsLevel=1 on large CPU-side buffers. This benefits workloads
such as GPU-simulation codes that write large arrays from host memory.

MGARD: Configurable Lossless Compression Type

A new lossless_type operator parameter lets users choose between huffman
and huffman_zstd for MGARD's internal lossless stage. The default remains
huffman_zstd for backward compatibility.

SST/CXI: Improved Slingshot Error Messages

Error messages from the CXI/Slingshot fabric transport are now more
descriptive, making it easier to diagnose connectivity issues on HPE Slingshot
networks.

What's Changed

Full Changelog: ornladios/ADIOS2@v2.12.0...v2.12.1

View the full release notes at https://github.com/ornladios/ADIOS2/releases/tag/v2.12.1.


@github-actions github-actions Bot added python Python use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Apr 29, 2026
@daeho-ro
daeho-ro force-pushed the bump-adios2-2.12.1 branch 2 times, most recently from e00e10d to 73e3121 Compare April 29, 2026 07:35
@daeho-ro
daeho-ro force-pushed the bump-adios2-2.12.1 branch from 73e3121 to e9286fe Compare April 29, 2026 07:53
@github-actions

Copy link
Copy Markdown
Contributor

馃 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Apr 29, 2026
@BrewTestBot
BrewTestBot enabled auto-merge April 29, 2026 13:07
@BrewTestBot
BrewTestBot added this pull request to the merge queue Apr 29, 2026
Merged via the queue into main with commit 9eebc3c Apr 29, 2026
22 checks passed
@BrewTestBot
BrewTestBot deleted the bump-adios2-2.12.1 branch April 29, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. python Python use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants