- 30 Jun, 2019 1 commit
-
-
This simply renames `helper::CopyMemory` to `helper::CopyMemoryBlock` to avoid a name clash with the `CopyMemory` defined in the MSVC build in #1485. (cherry picked from commit 5f9bdb4e42a108ec19c2bf4034a3a2ddb0c5d951)
-
- 29 Jun, 2019 10 commits
-
-
pnorbert authored
Germasch bpls warnings
-
pnorbert authored
- Handle LocalValueDim (local values turned into 1D global array) in …
-
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
-
Podhorszki, Norbert authored
- Do not write values in characteristics in the Data buffer (like it was in adios 1.x BP3) - Do write LocalValueDim (local value at writing) variable value after metadata (like other values) - Print payload of single value variables in data
-
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 4 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
-