Axel Huebl

Results 1408 comments of Axel Huebl

> I am inclined to revert to std::endl for error messages [...] Agreed, please don't generally replace.

Thanks for the report @arunpersaud and @RemiLehe for the guidance. @arunpersaud do you prefer changing WarpX C++ code and compiling that ("developer" install) or do you like to use WarpX...

Related issues: We fixed issues on SUSE Linux, which had multiple Python versions installed in the system root path. The best solution is to use a Python venv, e.g., ```bash...

Then limiting from the command line via `-DPYBIND11_PYTHON_VERSION=3.12` could work, too. You are right, `Python_EXECUTABLE` is not a _hint_ to the [FindPython.cmake](https://cmake.org/cmake/help/latest/module/FindPython.html#hints) module anymore, [which we use here](https://github.com/ECP-WarpX/WarpX/blob/dea63a7e20fce065f4b49429deabc93c92315550/CMakeLists.txt#L256). I will...

Note: Typo `-DPython_EXECUTBALE` should be `-DPython_EXECUTABLE` https://cmake.org/cmake/help/v3.30/module/FindPython.html#artifacts-specification

@arunpersaud I think I found a robust fix for your issue via PR #5390 The regular https://cmake.org/cmake/help/latest/module/FindPython.html logic will now apply and in particular you can set [these hints](https://cmake.org/cmake/help/latest/module/FindPython.html#hints) to...

@burlen @utkarshayachit @c-wetterer-nelson is there a way to bump the packages for our SENSEI container up or use a newer container than the current `senseiinsitu/ci:fedora35-amrex-20220613`? We would like to use...

@ChristosT @c-wetterer-nelson is there a way to bump the packages for our Catalyst container up or use a newer container than the current `kitware/paraview:ci-catalyst-amrex-warpx-20240701`? We would like to use a...

Thank you for the quick update, @ChristosT. The new image works well and I added the link to your build scripts now inline to document it - perfect! :pray:

@erny123 @floresv299 @Aquios7 @jinze-liu is there a CMake 3.24 or newer module on HPC3? We currently document CMake 3.22 there, but would like to bump it up. Update: @floresv299 opened...