Axel Huebl
Axel Huebl
That destroying the Series over `Iteration::close()` frees the memory sounds like a bug in our [streaming API](https://openpmd-api.readthedocs.io/en/0.13.3/usage/streaming.html) or in ADIOS2. Can you share a small reproducer with us? Update: We...
@franzpoeschel let us not forget to get back to this, this memory issue might be from a regression in the streaming API. @eschnett do you call `flush()` before the `close()`?...
I would say then let's mark them all as `final` for now. There is no real need to derive from them. People can still wrap them in members.
Hi @cbontoiu, thank you for the report! Yes, it looks like there is no Fortran compiler set in your Spack compiler configuration. ## Spack Compiler Config If you have a...
Problems occur with: - MSVC on shared library builds (VS 2015) - tooling such as clang-tidy
Looks to me like for some reason, the symbol hiding in `libopenPMD.ADIOS1.Serial.dylib` does not work and AMReX picks up an MPI mock stub implementation in ADIOS1 (serial) instead of using...
We are testing a fix in #1196
Marked as WIP as I am waiting for further tests to generally pass in https://github.com/ECP-WarpX/WarpX/pull/1898 before trying the next reproducer.
Thanks for investigating this and the first work-around in #1223 :+1: ## HDF5 I think the reason we did not support this is because a couple of the involved C...
Hi @matt-stack, are there any updates on this? We use openPMD-api via Spack a lot. Spack sets the include path hints to the `include/` dir in interplay with your build...