pnorbert
pnorbert
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?
…/273767 and adiosvec type in helper::adiosType.h to be able to resize a vector without initialization. Changed BufferSTL and BP3/BP4/SST using adiosvec as well as in BP5 where vector was used....
Exceptions thrown in the core are translated into errors in the C API, and are always printed by the Logger, even if the user just wants to use the result...
PR #3234 adds a test to show this issue. If the BP5 file contains flushes (PerformDataWrite() was used), the read does not read back the correct data but garbage.
Wanted: decide if an engine object is still opened or is it closed. Since the pointer to an engine does not go null after `adios2_close()`, there is no function in...
ADIOS object has three functions for IO objects: - create them - retrieve them - remove them It is missing one though: check for the existence of an IO object....
Two issues with `-DBUILD_SHARED_LIBS=OFF` on Summit - dependencies are still dynamic libraries but we need the static dependencies - libfabric is not configured even though the library is found and...
``` pnorbert@cori05:~/src/ADIOS2-2.8.0/build> cmake -DCMAKE_INSTALL_PREFIX=/global/homes/p/pnorbert/adios/2.8.0/build \ -DADIOS2_USE_MPI=ON -DADIOS2_USE_Fortran=ON -DADIOS2_USE_BZip2=OFF -DADIOS2_USE_PNG=OFF \ -DADIOS2_USE_SST=OFF -DADIOS2_USE_BP5=ON \ -DADIOS2_USE_ZeroMQ=OFF -DADIOS2_USE_HDF5=OFF -DADIOS2_USE_Python=OFF \ -DADIOS2_BUILD_EXAMPLES_EXPERIMENTAL=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF \ -DBUILD_SHARED_LIBS=OFF .. ``` ``` ADIOS2 build configuration: ADIOS Version:...
I am allowed to configure, build and install ADIOS 2.8 release with either HDF5 1.12 or HDF5 1.13. But then the cmake run of an application using ADIOS2 breaks. ADIOS...