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
It's not urgently needed because we are primarily aiming for ADIOS2, but just noticed that "arrays of attributes" do not seem to support arrays of adios_complex and adios_double_complex types, it that correct?
The text was updated successfully, but these errors were encountered:
Add support for complex numbers as fundamental data type.
Close#203
- [x] Tests
- [x] internals: new types, comparisons, allowed casts, record components, patches and attributes, etc.
- [x] JSON (writes to pairs, read re-identification as complex is todo)
- [x] HDF5
- [x] ADIOS1 (no long double complex; no attributes of arrays of complex: ornladios/ADIOS#212)
- [x] ADIOS2: (complex attributes: ornladios/ADIOS2#1908); (no long double complex ornladios/ADIOS2#1907)
- [x] Python bindings
It's not urgently needed because we are primarily aiming for ADIOS2, but just noticed that "arrays of attributes" do not seem to support arrays of
adios_complex
andadios_double_complex
types, it that correct?The text was updated successfully, but these errors were encountered: