Axel Huebl

Results 1318 comments of Axel Huebl
trafficstars

We would inject them via a CMake option, only for CI, here: https://github.com/ECP-WarpX/impactx/blob/556153c09fbeff6891a80c483a00021f04c28dbd/examples/CMakeLists.txt#L81-L85 @EZoni did something similar recently in WarpX

@JustinRayAngus oopsi, can you please update/rebase? :)

Context: we introduced this to prevent NaNs in #4304 It looks like this could still apply. If it does, let us add an inline comment on the `if` condition.

Thank you @franzpoeschel ! :tada: Does the Pythonic suffix work as well? - dev/rc `.` suffix: For `setup.py` it needs to read `x.y.zaN` and `x.y.z.dev` per PEP-440. - dev/rc `-`...

@austin-hoover can you try to run everything in double precision (`dtype=torch.float64`) for this case? We based the implementation for 3D space charge on ImpactX and we see that the s-to-t...

Hi @EvanDodd, thank you for reaching out. Glad you tried running WarpX on Rocinante! Generally speaking, we do not recommend using `conda` packages on HPC machines, because conda packages its...

@atmyers can you pls prioritize this PR in the coming week(s)? :) :pray:

@franzpoeschel I am wondering if we can in ```C++ series.flush(); // hangs here ``` we can call something like ```C++ series.writeIterations()[i].seriesFlush(); ``` for the iterations that are marked open, to...

Hi @sjonsell, Thanks for reaching out, let's see how we can get you up to speed on LXPLUS. @lgiacome did the initial documentation for that system with me and I...

I see, so LXPLUS got a few system upgrades and uses CentOS 9 / RH 9 now, which explains why our docs are outdated. Thanks for the help @lgiacome, let...