You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* CMake: Require ADIOS2 v2.9
* Remove openPMD_HAS_ADIOS_2_8 macro
* Remove openPMD_HAS_ADIOS_2_9 macro
* Fixes
* Update ADIOS2 in the CI
* Only ADIOS2 v2.9 on Spack?
* Revert "Only ADIOS2 v2.9 on Spack?"
This reverts commit 1740136.
* Update spack
* Only specify major ADIOS2 versions
* Fixes: Mgard, /usr/bin/cmake
* Try ADIOS2 v2.10 for failing runs
* Take mgard out of clang7_nopy_ompi_h5_ad2_libcpp run
* Take blosc2 out of failing runs
* Update documentation
* Reimplement "modifiable_attributes" parameter
* Revert "Reimplement "modifiable_attributes" parameter"
This reverts commit f3efc99.
Copy file name to clipboardExpand all lines: docs/source/backends/adios2.rst
-3
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,6 @@ Steps
58
58
ADIOS2 is optimized towards organizing the process of reading/writing data into IO steps.
59
59
In order to activate steps, it is imperative to use the :ref:`Streaming API <usage-streaming>` (which can be used for either file-based or streaming-based workflows).
60
60
61
-
ADIOS2 release 2.6.0 contained a bug (fixed in ADIOS 2.7.0, see `PR #2348 <https://github.com/ornladios/ADIOS2/pull/2348>`_) that disallows random-accessing steps in file-based engines.
62
-
With this ADIOS2 release, files written with steps may only be read using the streaming API.
63
-
64
61
Upon reading a file, the ADIOS2 backend will automatically recognize whether it has been written with or without steps, ignoring the JSON option mentioned above.
65
62
Steps are mandatory for streaming-based engines and trying to switch them off will result in a runtime error.
0 commit comments