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

This fixes the error: ``` ld.exe: source/utils/CMakeFiles/bpls.dir/bpls/bpls.cpp.obj:bpls.cpp:(.text+0x67994): undefined reference to '__imp_PathMatchSpecA' ```

**Describe the bug** I'm currently trying to use the `allowModification` option of `DefineAttribute`, recently introduced into ADIOS2 by @pnorbert if I recall correctly. `bpls -alt` correctly outputs the changing attribute...

Cmake 3.24 deprecated some features that are used in our install tests. When CMake 3.24 is used we get the following error in the MacOS builds: ``` nstalling: /Users/runner/work/ADIOS2/ADIOS2/macos11-xcode13_0-serial/testing/install/install/lib/cmake/adios2/adios2-config-version.cmake --...

Follow-up of: - https://github.com/ornladios/ADIOS2/issues/3309 - https://github.com/ornladios/ADIOS2/pull/3308

The C++11 API doc at https://adios2.readthedocs.io/en/latest/api_full/api_full.html#c-11-bindings only lists the non-mpi Open() function of the IO class. The variant to pass a communicator is missing. Why?

api: C++
area: documentation

@pnorbert , @anagainaru This provides a partial, but workable SCR integration into ADIOS2. I'll open the PR so we have some place to discuss these changes. Most SCR calls are...

- ADD a comment explaining that multithread MPI is only needed for SST MPI_DP in every test and example. - Removed rogue sleep(1) from priors pull-requests

**Describe the bug** I am trying to compile Adios 2.8.2 on a LANL machine using the intel compiler 2022.0.2. I get a linker error. I tried both serial and openmpi....

**Describe the bug** I'm trying to use the WAN backend of SST to stream data on a system where no compatible libfabric backend is available. Up until 2GB per step,...

**Describe the bug** error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] **To Reproduce** add `-flto -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing` to `C*FLAGS` **Expected behavior** correctly build with LTO **Desktop (please complete...