René Widera
René Widera
Please run once `clang-format-12` to fix the formatting issues. https://picongpu.readthedocs.io/en/latest/dev/docs/COMMIT.html?highlight=clang-format#picongpu-commit-rulez
A scatch with 3 particle patches. Patches are overlapping *but* each particle is only linked from one particle patch. 
Thanks for the answer. 1. I am voting for an update of the standard where it is explicitly mentioned that particle patches can be overlapping. 2. optionally. I am voting...
IMO to model the ideas described in this issue we need memory visibility information within alpaka. On Fontrier/crusher ORNL we have e.g. a fully cache coherent system where it is...
Could you please post the command you used to build boost. It looks like you build boost for C++98 instead of C++11 or newer. The ABI for std::string in C++98...
Yes you should use a newer gcc. The reason for ```BASH dbertini@lxbk0720:~/picongpu_softw/boost_1_75_0 > ./bootstrap.sh --with-toolset=clang --prefix=$SOFTW_PATH/boost_1.75_0 --with-libraries=atomic,chrono,context,date_time,fiber,filesystem,math,program_options,regex,serialization,system,thread Building B2 engine.. ### ### ### Using 'gcc' toolset. ### ### ``` even...
> Do you have any experience installing `Rocm` suite with `spack`? No sry, on your dev system I use `apt` and on other systems, I use whatever the admin is...
Already stared, thanks for adding the issue.
PIConGPU is heavily relying on compile-time lambda functions. Those are used in param files and internally. As I know @sbastrakov sid in the past where he started to change from...
In addition to what @sbastrakov wrote: The point of the lambda functions is that it is not defined which template parameter should be substituted with an explicit type. Additionally to...