ADIOS2
ADIOS2 copied to clipboard
Next generation of ADIOS developed in the Exascale Computing Program
I am building ADIOS2 2.8.1 via Spack using clang @14.0.5 as C/C++ compiler and gfortran @11.1 as Fortran compiler. This fails when compiling the Fortran interface. The problem is that...
**Why is this feature important?** E4S spack buildcache does not build AlmaLinux8 binaries thus we can not take advantage of that **What is the potential impact of this feature in...
…/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....
Updating the conda-forge recipes from 2.7.0 to 2.7.1 [raises the following issues](https://github.com/conda-forge/adios2-feedstock/pull/26#issuecomment-777105192): The `Install.Make.CXX11` test errors on macOS: ``` make[1]: Entering directory '$SRC_DIR/build/Testing/install/make/CXX11' $BUILD_PREFIX/bin/x86_64-apple-darwin13.4.0-clang++ -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE...
**Describe the bug** Cmake tries to remove files outside `DESTDIR` **To Reproduce** 1. Build in a sandboxed environment (like gentoo's buildsystem) ``` [0/1] Install the project... -- Install configuration: "RelWithDebInfo"...
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...
It would be very valuable to provide users with an object that describes a state of an engine. Mainly, it should retrieve the information if begin step was executed and...
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.
**Why is this feature important?** Performance/load balance. **What is the potential impact of this feature in the community?** Strong impact **Additional context** ## List of subtasks - [x] CompressBlosc (No...
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...