René Widera

Results 480 comments of René Widera

You must update your example, there was a change in PMacc and one file is not available anymore. Please remove the include and run clang-format again. ``` /root/buildCI/params/CurrentDeposition/cmakePreset_5/include/picongpu/param/density.param:54:10: fatal error:...

@ikbuibui If I do not miss something then the binning plugin is missing the OpenMPD annotation if a value is including the weighting and how it scales with the weighting....

@PrometheusPi Could you please finish this PR.

Could you please delete the folder `.build` and run `pic-build` again and send the full output? I tried `pic-build -b serial` with GCC 13.1.0 and all works fine. For me,...

I am confused. I thought you like to build for CPu because you talked about g++ problems. I see that you build with `hipcc` as C++ compiler. IN that case...

In case you use `-b serial` you should use `g++` or `clang` as C++ compiler. There is a high possibility that your OS is shipped with a very old C++...

Something looks wrong with your HIP installation. ``` /opt/rocm-5.7.1/llvm/lib/clang/17.0.0/include/cuda_wrappers/cmath:27:15: fatal error: 'cmath' f... ``` Could you try to compile a HIP hello world and include `cmath` in the file.

Is it also compiling if you add `-stdlib=libc++`? The initial problems of this issues was that you saw problems with std filesystem. Your last post showed ``` /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8 /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/x86_64-redhat-linux /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/backward...

Maybe you can try `pic-build -b hip` where `export `CXX=hipcc` was executed before again. I am not sure if your initial post was using `clang++` or `hipcc` as C++ compiler.

Add a second commit to fix issues in the Shadowgraphy plugin.