ADIOS2
ADIOS2 copied to clipboard
Next generation of ADIOS developed in the Exascale Computing Program
Hi, I was wondering if it is possible to configure adios2 to write into multiple hdf5 files (one per each timestep). It is oftentimes very useful, for instance, if I...
SST requires contiguous buffers for data marshalling (because of its interface to data plane), so it uses the MallocV subclass of BufferV. While MallocV tries to behave reasonably, it must...
Let's unify the API for applications that write a single file with multiple steps and applications that write each step into a new file, so that we can read both...
Please try a simple change in this file: examples/hello/bpFWriteCRead/FReader.f90: sel_start = (/ 10, 2 /) instead of sel_start = (/ 0, 2 /) and compile. The bin/FReader expects to read...
A testing program to read 1D, 3D arrays and slices from 3D arrays. In the current state...
This is a followup on a discussion with @williamfgc and @pnorbert about adding support for string arrays (vector of strings, numpy array). The primary need is to extend the C++...
No one knows which ADIOS function is collective and non-collective - guaranteed for all engines or for engines.
Going forward, it might be easier if we dump the dependency to 2.10.2+ https://github.com/Blosc/c-blosc2/releases/tag/v2.10.2 Related to #3903
Do we have any MGARD testing already? Then we can just update the version requirement (1.5.2) and build it with MDR on. Otherwise, we need to create a build script...
ZSTD is an industry standard lossless parallel compressor brought by Facebook that promises a strong compression ratio with an high throughput. It also provides the possibility of generating and using...