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
Copy file name to clipboardExpand all lines: KNOWN_BUGS
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ Writing data
4
4
5
5
- No-XML writing: The following scenario is not supported:
6
6
Define arrays sizes and offsets with numbers in the source code instead of references to scalar variables also written to the output AND write multiple blocks of the same variable from one process. The (bad) result is that each block's size definition will equal to the first definition.
7
+
Solution: save the IDs returned by adios_define_variable() and use adios_write_byid() instead of adios_write()
0 commit comments