- 29 Jun, 2019 7 commits
-
-
https://github.com/germasch/ADIOS2Podhorszki, Norbert authored
Merge branch 'pr/bpls_warnings' of https://github.com/germasch/ADIOS2 into germasch-pr/bpls_warnings * 'pr/bpls_warnings' of https://github.com/germasch/ADIOS2: bpls: fix some warnings for size_t printf arguments
-
William F Godoy authored
Refactored and added docs contents
-
Godoy, William F authored
-
pnorbert authored
- Add header to all BP4 data files, metadata files and index table
-
Kai Germaschewski authored
%PRIu64 is for uint64_t, %zu is for size_t, which on the Mac (and 32-bit archs) aren't aliases.
-
Eisenhauer, Greg authored
Report the availability of RDMA for Staging in CMake summary
-
Podhorszki, Norbert authored
- Modify header content: - 32 bytes Tag string e.g. "ADIOS-BP v2.3.1 Index Table " - byte 36 endianness - byte 37 BP version - byte 38 Active flag (in Index table it indicates active writer) - bp4dbg print header for all files - bp4dbg just seeks over real data instead of reading it
-
- 28 Jun, 2019 25 commits
-
-
Atkins, Charles Vernon authored
fix a potential problem in WriteCollectiveMetadataFile() function clang format fix the bug in doclose function for BP4 engine
-
Eisenhauer, Greg authored
-
Eisenhauer, Greg authored
Test HDF5 with simple tests
-
William F Godoy authored
-
William F Godoy authored
-
Wan, Lipeng authored
-
Wan, Lipeng authored
-
Wan, Lipeng authored
-
Eisenhauer, Greg authored
-
William F Godoy authored
Additional documentation improvements.
-
Atkins, Charles Vernon authored
* release:
-
Atkins, Charles Vernon authored
Use CTest fixtures in Install tests Use MPI in C install test Re-enable Install tests
-
Atkins, Charles Vernon authored
* release:
-
Atkins, Charles Vernon authored
fix travis errors Print content of array attributes, in metadata as well as in data file. Format idx table better.
-
Atkins, Charles Vernon authored
* release:
-
Atkins, Charles Vernon authored
Fix Sst Docs WRT behaviour in no reader case
-
Atkins, Charles Vernon authored
* release:
-
Atkins, Charles Vernon authored
Backing off to avoid SSC failures Problems in MPMD mode unless running serial Add SSC tests Try for MSVC Try for MSVC More common tests More common tests
-
Atkins, Charles Vernon authored
* release:
-
Atkins, Charles Vernon 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.
-
Eisenhauer, Greg authored
-
NAThompson authored
-
Atkins, Charles Vernon authored
Print content of array attributes, in metadata as well as in data fil…
-
Eisenhauer, Greg authored
Fix Sst Docs WRT behaviour in no reader case
-
Eisenhauer, Greg authored
More common tests
-
- 27 Jun, 2019 8 commits
-
-
Atkins, Charles Vernon authored
Default engine is BPFile, i.e. as of today, for writing it is always …
-
Atkins, Charles Vernon authored
Fix broken Install tests
-
Podhorszki, Norbert authored
-
Eisenhauer, Greg authored
-
Podhorszki, Norbert authored
-
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.
-
Kyle Edwards authored
Fixtures were initially not used because Adios supports CMake 3.6, which did not yet have fixtures (they were introduced in 3.7.) However, adding the fixtures can be done in a backwards compatible manner without affecting pre-3.7 builds. Add test fixtures to ensure that Install.Setup always gets run before the other Install tests, even if it's not specified in the CTest -R regex. (Note that we are still using the DEPENDS property in addition to FIXTURES_REQUIRED in order to support 3.6.)
-