Axel Huebl

Results 1239 comments of Axel Huebl

@skuschel I have a branch open that already implements the base standard and right now gets the particlePatches. It still lacks the `ED-PIC` extension: https://github.com/ax3l/picongpu/tree/topic-openPMD The plan is to ship...

you will probably still need the `simulationreader` since that information is not stored in openPMD 1.X

I would love to use this feature as well. In my case, I am refactoring a larger code base with existing unit tests. When testing the result, exceptions from the...

A current work-around with [gdb](https://kohei.us/2009/12/22/setting-break-point-where-an-exception-is-thrown/) can be to set breakpoints on all `throw`s and iterate to the actual unexpected throw: ``` gdb --args ./CatchTest -a -b (gdb) catch throw (gdb)...

Hi @bernhold, thanks! I was using a Spack variant image as hero image so far, but I admit a rendered science case is more fancy :) How about this one?...

Oh awesome, thank you so much for your help! Had to leave the computer, but will add once I am back :)

Hm, I don't get why it builds and links successfully and then goes a 2nd round (as if a source file had changed) and then the 2nd time linking it...

Oh, can I skip that? Otherwise I would run it solely through that and patch in the options we need to pass to CMake.

Thank you for the hints! I removed all suffixes now. They are set via `pybind11_extension` which calls `set_target_properties` to set PREFIX (not `lib`) and SUFFIX (the tag). They in turn...