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

Not a real bug (nothing broken) but the resolved linkage paths do look a bit _funny_. For example, ``` /home/user/openfoam/ThirdParty-common/platforms/linux64Clang150/ADIOS2-2.9.0/bin/bpls: /home/user/openfoam/ThirdParty-common/platforms/linux64Clang150/ADIOS2-2.9.0/bin/../lib64/libadios2_core.so.2: /home/user/openfoam/ThirdParty-common/platforms/linux64Clang150/ADIOS2-2.9.0/bin/../lib64/../lib6/libadios2_perfstubs.so: /home/user/openfoam/ThirdParty-common/platforms/linux64Clang150/ADIOS2-2.9.0/bin/../lib64/../lib64/libadios2_evpath.so: /home/user/openfoam/ThirdParty-common/platforms/linux64Clang150/ADIOS2-2.9.0/bin/../lib64/../lib64/libadios2_ffs.so.2: /home/user/openfoam/ThirdParty-common/platforms/linux64Clang150/ADIOS2-2.9.0/bin/../lib64/../lib64/libadios2_atl.so.2: /home/user/openfoam/ThirdParty-common/platforms/linux64Clang150/ADIOS2-2.9.0/bin/../lib64/../lib64/../lib64/libadios2_dill.so.2: ``` The `bin/../lib64` part...

The test case in Julia package `ADIOS2.jl` first writes a file, and then reads it back in. These are the steps to write the file: - adios2_init_serial - adios2_declare_io -...

Winget is the new way to go installing packages in Windows. They have a pkg for winget: https://github.com/microsoft/winget-pkgs/blob/af4c9f8cb27dfe44a5ae5cd2e60c44b861af1380/manifests/m/Microsoft/msmpi/10.0.12498.5/Microsoft.msmpi.installer.yaml#L4

area: ci

===> Machine : Perlmutter ===> Modules loaded: cmake, PrgEnv-nvidia ===> suggestion from adios read the doc (may not have impact) makelocalrc $(dirname $(which pgc++)) -gcc $(which gcc) -gpp \ $(which...

area: build

Not sure if this exactly counts as a bug, but [a ParaView user ran into an issue reading a BP4 file because ADIOS thought it was a BP5 file](https://gitlab.kitware.com/paraview/paraview/-/issues/22108#note_1355900). When...

I'm updating the Fides CI to use ADIOS 2.9 and found a couple of memory leaks as well as an error found by undefined behavior sanitizer. Memory leaks: - [BP5Deserializer::InstallMetaData](https://open.cdash.org/viewDynamicAnalysisFile.php?id=10239796)...

Currently we just assume that if the user built ADIOS with GPU support, it also build ADIOS with GPU-aware libraries. This might not be the case. If ADIOS is GPU-aware...

Several Python tests are not in the CMakeLists.txt file and probably not running: adios2NPTypes.py TestQuery.py TestBPWriteTypesHighLevelAPI_HDF5.py Should be they fixed or cleaned up?

We discussed on January 30th, 2023 in our ADIOS2-PIC development meeting the following idea to improve meta-data for particle tracking in BP5. In BP5, global info for all blocks is...