Axel Huebl
Axel Huebl
According to our conda-forge cross-compilation recipes for aarch64 on macOS (X1), there seem to be outdated `config.sub` and `config.guess` files in `thirdparty/enet/enet/`. https://github.com/conda-forge/adios2-feedstock/pull/21
With regards to `conduit::node::set_external`: At least for floating point types and `int`, conduit lacks overloads for `T const*` types. Currently seens as compile error for particles in AMReX: `Src/Extern/Conduit/AMReX_Conduit_Blueprint_ParticlesI.H` Refs.:...
Hi VPIC maintainers, In [CAMPA](https://campa.lbl.gov), we recently started to create an overview catalogue of Accelerator Simulation Codes. Would you be interested to update the entry for VPIC? :) - database:...
Hi, https://ascent.readthedocs.io/en/latest/search.html?q=scene_bounds&check_keywords=yes&area=default We realized many of the camera parameters are not described in detail yet. Questions are: - order of parameters, e.g., in `scene_bounds` (undocumented parameter) - units: relative to...
Hi, I am building a bot that reacts on setting of a label, adds something to a PR and is then done. At the end of its job I would...
Replace TABs with 4 spaces. Other, unchanged files with TABs: - `CMake/FindGcov.cmake` - `CMake/FindLcov.cmake`
Add ImpactX: a modern, s-based beam dynamics code for particle accelerator research and design. Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". -...
Everything related to the latest `master` as of 683f7be2b6e902e05f4e08e8cd1bc2a2fac390cd: since we fixed #1275 one can address the memory leaks that got me here :-) Here is the current log: [test-suite.log.txt](https://github.com/pmix/pmix/files/3197895/test-suite.log.txt)...
Enable address sanitizers in Travis CI to avoid memory violations (leaks, overflows, undefined, ...) sneaking in during development.
Hi, We ship openPMD-api as binary wheels for python users containing c-blosc for postprocessing tasks. With ARM being strong with the Apple M1 processors, we want to build `universal2` wheels...