We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfd945 commit 5f92537Copy full SHA for 5f92537
1 file changed
docs/source/backends/adios2.rst
@@ -105,6 +105,15 @@ The new layout may be activated **for experimental purposes** in two ways:
105
106
The ADIOS2 backend will automatically recognize the layout that has been used by a writer when reading a dataset.
107
108
+.. tip::
109
+
110
+ This schema does not use ADIOS2 attributes anymore, thus ``bpls -a`` and ``bpls -A`` attribute switches do not show openPMD attributes.
111
+ Their functionality can be emulated via regexes:
112
113
+ * Print datasets and attributes: Default behavior
114
+ * Print datasets only: ``bpls -e '.*/__data__$'``
115
+ * Print attributes only: ``bpls -e '^(.(?!/__data__$))*$'``
116
117
Memory usage
118
------------
119
0 commit comments