- 28 Jun, 2019 1 commit
-
-
Eisenhauer, Greg authored
More common tests
-
- 27 Jun, 2019 14 commits
-
-
Atkins, Charles Vernon authored
Default engine is BPFile, i.e. as of today, for writing it is always …
-
Eisenhauer, Greg authored
-
Podhorszki, Norbert authored
Default engine is BPFile, i.e. as of today, for writing it is always a BP3 engine, for reading it is BP3 or BP4 depending on the file it is opening.
-
Atkins, Charles Vernon authored
* commit 'd93747d5': remove debug prints in BP4 serializer Fix flake8 errors Install all .py files for bp4dbg bp4dbg: dump metadata too. Print values for characteristics and attributes. Fix: BP4 and BP3 attribute length in data was written as 8 bytes and the wrong value; now writing the correct length and on 4 bytes only.
-
Eisenhauer, Greg authored
-
Eisenhauer, Greg authored
-
Eisenhauer, Greg authored
-
Eisenhauer, Greg authored
-
Eisenhauer, Greg authored
-
Eisenhauer, Greg authored
-
Atkins, Charles Vernon authored
Disable install tests until CI issues are resolved
-
Podhorszki, Norbert authored
-
Atkins, Charles Vernon authored
-
Podhorszki, Norbert authored
-
- 26 Jun, 2019 12 commits
-
-
Podhorszki, Norbert authored
-
Podhorszki, Norbert authored
bp4dbg: dump metadata too. Print values for characteristics and attributes. Fix: BP4 and BP3 attribute length in data was written as 8 bytes and the wrong value; now writing the correct length and on 4 bytes only.
-
Atkins, Charles Vernon authored
Add Install tests
-
William F Godoy authored
Local array read block bug
-
Atkins, Charles Vernon authored
remove spurious printf
-
William F Godoy authored
-
Atkins, Charles Vernon authored
Add a Null2 engine that operates at the core::Engine level
-
William F Godoy authored
Improvements to installation documentation.
-
pnorbert authored
Bp4 buffer tags and bp4dbg.py tool
-
William F Godoy authored
-
Godoy, William F authored
-
Godoy, William F authored
Updating count in BP3 and BP4 deserializer Added test
-
- 25 Jun, 2019 13 commits
-
-
Wang, Ruonan authored
fixed a few problems in ssc tests
-
William F Godoy authored
-
Podhorszki, Norbert authored
-
Podhorszki, Norbert authored
Fix BP4Base::ResizeBuffer() to use vector size() not capacity() just like as it was fixed in BP3Base already
-
Podhorszki, Norbert authored
-
Podhorszki, Norbert authored
Add a python tool bp4dbg to dump a BP4 dataset. Only for data files yet, not for metadata and index table.
-
Podhorszki, Norbert authored
- Add tags to different elements in BP4 Data buffer - [PGI...PGI] for PG blocks, - [VMD..VMD] for variable metadata, data blocks are outside this tag - [AMD..AMD] for attribute metadata, values are inside this tag - Pad variable metadata blocks so that variable data always starts on aligned position in memory (not on final file offset). - Do not write dimensions in characteristics in the data buffer since a fixed entry exists for dimensions. In ADIOS 1.x these could be different (variable ID vs actual dimension numbers) but ADIOS2 does not have this anymore. - Do not write footer (metadata) to the end of data file on close. Metadata only exists in the global md.0 file and inside the data buffers in data.* interspersed witht the data itself (for recovery) - Bug fix: use BP4Base::ResizeBuffer consistently instead of BufferSTL::Resize because they work differently based on capacity versus size. This fixes the CI test errors.
-
NAThompson authored
-
Philip Davis authored
SST RDMA data plane fixes
-
NAThompson authored
-
William F Godoy authored
Small quality of life improvements to basic examples.
-
Wang, Ruonan authored
-
Atkins, Charles Vernon authored
-