Axel Huebl
Axel Huebl
Needs rebase after #583
The install logic in `lib/Makefile` seams to forget to install the `lizard_decompress.h` header, is that one public? Seen with Lizard `1.0.0`. Reproduce: ```bash make make PREFIX=$HOME/lizard install ``` `include` contains:...
### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...
Hi, we should improve the way we are currently looking for xtensor-python dependencies: ```cmake find_package(xtl REQUIRED) message(STATUS "Found xtl: ${xtl_INCLUDE_DIRS}/xtl") find_package(xtensor REQUIRED) message(STATUS "Found xtensor: ${xtensor_INCLUDE_DIRS}/xtensor") find_package(pybind11 REQUIRED) message(STATUS "Found...
Thank you for the great project! :sparkles: Can I somehow force to place clusters even for `population` == `1` until spider-fied (or at a given/the highest zoom level)?
Hi, currently, the `?type` support does not resolve namespace aliases properly. For example: ``` #include ``` ``` ?std::vector ``` works but the following does not: ``` namespace abc = std;...
In [ECP WarpX](https://github.com/ECP-WarpX/WarpX), we would like to use the [cylindrical Bessel function of the first kind](https://en.wikipedia.org/wiki/Bessel_function#Bessel_functions_of_the_first_kind:_J.CE.B1) on device. They are defined in the C++17 standard: https://en.cppreference.com/w/cpp/numeric/special_functions/cyl_bessel_j But compiling with those...
## Summary Implement symbol export via `AMREX_EXPORT` for the global variables in `Src/Base/AMReX_GpuDevice.H`. ## Additional background Follow-up to #1847 #1847 Fix #2917 ## Checklist The proposed changes: - [x] fix...
In https://github.com/ECP-WarpX/impactx/pull/205, I investigate a symbol error from AMReX of the form: Clang-Cl: ``` lld-link: error: undefined symbol: private: static int amrex::Gpu::Device::max_gpu_streams >>> referenced by _deps\fetchedablastr-build\CMakeFiles\ablastr.dir\Source\ablastr\utils\Communication.cpp.obj:(.omp_outlined.) >>> referenced by _deps\fetchedablastr-build\CMakeFiles\ablastr.dir\Source\ablastr\utils\Communication.cpp.obj:(.omp_outlined..5)...
## Summary Demonstrate `nvc++` OpenMP 4.0 issue. CI Log: [nvhpc_omp.txt](https://github.com/AMReX-Codes/amrex/files/7279020/nvhpc_omp.txt) ## Additional background Work-arounded in #2365 Nvidia bug report: 3390723. - [x] try again with the NVHPC release after 21.9...