Skip to content

Commit 92912a8

Browse files
author
Norbert Podhorszki
committed
updates for 1.4.1
1 parent d5ff80d commit 92912a8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

KNOWN_BUGS

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Writing data
44

55
- No-XML writing: The following scenario is not supported:
66
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()
78

89
Reading data
910
============

NEWS

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- code coupling example code for file-based/staged coupling
99
see examples/coupling
1010
- bp2h5 supports converting complex and double complex types
11+
- new adios_write_byid() function to write multiple-blocks of
12+
the same global array from a process
1113
- fix: F90 modules: adios_write, adios_schedule_read
1214
- fix: invalid "out of bound" errors when reading multiple steps
1315
of multi-dimensional arrays

0 commit comments

Comments
 (0)