ADIOS2 icon indicating copy to clipboard operation
ADIOS2 copied to clipboard

Next generation of ADIOS developed in the Exascale Computing Program

Results 251 ADIOS2 issues
Sort by recently updated
recently updated
newest added

From this release we have c-blosc-2 2.11 in spack meaning that we can move that manual dependency to spack. https://github.com/E4S-Project/e4s/releases/tag/v23.08

I am trying to build `release_29` due to the many patches that are needed to get our all-static dependency wheels to build. I am currently blocked by: ``` ... --...

Hi, what is the "counterpart" of h5py dataset for the variables in adios2 python interface, so that I can retrieve some meta info of the underlying data? In h5py, I...

Tracking issue for: - [ ] https://github.com/ornladios/ADIOS2/security/code-scanning/3

ADIOS2 (2.9.0 and latest) segfaults in BP5Serializer::CollectFinalShapeValues() when using SST in combination with SENSEI (latest). ``` [jwb0021:23855:0:23855] Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))...

Hello, I am trying to set the parameter `RoundRobin` in my `SST` writer, but it appears that the default `AllToAll` is always used no matter how I try to set...

In #3722 we disabled WriteRead*MissingPerformGets` tests since they were disabled before this big refactoring but after running clang-format they got re-enabled as the gtest TEST_F does not work if its...

PNorbert: "Can we have InquireVariable() work for all variables and then determine if one has a struct and call InquireStructVariable() on it?" The above was a comment that Norbert made...

**Describe the bug** Fix tests that are failing in the MPICH build: - [ ] Engine.BPEngineTest.SzComplex.MPI - [ ] Engine.BPEngineTest.ZfpComplex.MPI They are flaky sometimes the do pass. **To Reproduce** Open...

Currently there are some limitations to the VTK unstructured-grid reader in Paraview > Unstructured Grid, vtu, is supported with ADIOS2 Local Arrays Variables only (https://adios2.readthedocs.io/en/latest/ecosystem/visualization.html) This means that the data...