ADIOS2
ADIOS2 copied to clipboard
Next generation of ADIOS developed in the Exascale Computing Program
Please see the test log with CTEST_OUTPUT_ON_FAILURE=1: [adios2-test.log.txt](https://github.com/ornladios/ADIOS2/files/9113509/adios2-test.log.txt) Version: 2.8.2 clang-13 FreeBSD 13.1
**Describe the bug** Using the HDF5 VOL fails with ``` HDF5-DIAG: Error detected in HDF5 (1.13.1) thread 0: #000: H5.c line 1109 in H5open(): library initialization failed major: Function entry/exit...
Kokkos
This is just a proof-of-concept for the discussion in #3254 .
Allow ADIOS2 Put/Get functions to accept Kokkos::View objects. ```c++ Kokkos::View gpuSimData("gpuBuffer", N); Kokkos::View hostSimData("simBuffer", N); bpWriter.Put(data, hostSimData); bpWriter.Put(data, gpuSimData); ``` Optionally `data.SetMemorySpace(adios2::MemorySpace::CUDA);` can be used to set the ADIOS2 memory...
Numerous warnings are being emitted by `gcc-10` builds of ADIOS2: ``` Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar) [361/912] Building Fortran...
Issue #3263 was due to unexercised code in the C bindings. We did the coverage thing years ago and were in a reasonable place, but the introduction of entire new...
Hello, My app is linking against ADIOS2 via CMake and I'd like enable an additional test if SST was enabled in the ADIOS2 install. Is there a CMake one liner...
I am getting an error on Summit during compilation of v2.8.1 ```[ 31%] Linking CXX executable ../../../../../bin/sst_conn_tool ../../../../../lib64/libadios2_core.so.2.8.1: undefined reference to `void adios2::helper::CUDAMinMax(long double const*, unsigned long, long double&, long...