Axel Huebl

Results 1611 comments of Axel Huebl

> Hi, I've marked this PR as Draft now to prevent simple pushes to it to trigger the GitLab CI runners to run this PR. I think it would be...

We now use oneAPI (oneMKL) FFTs for SYCL, let's see why this tries to pull in FFTW3 (that we do not need for SYCL) for E4S... Patched.

@WeiqunZhang can we make AMReX with SYCL compile with EB on even if we build 1D? That would simplify the multi-D builds for E4S deployment on SYCL. Currently in CI,...

Oh, that looks like a WarpX 1D thing to fix in `Source/EmbeddedBoundary/DistanceToEB.H`

Ok, new attempt and rebase coming :)

Sorry was too quick for me to be actionable 😅 I understand the function it complains about, it is in `std::list`'s base class that inserts the new pointers of elements....

@wsmoses there seem to be issues with iterators for the reverse pass (`std::list::begin()/end()`). Should iterators work by default, especially since they just work on references and `&&` here, or do...

Skipping `-O0` for now to go to more important functionality. I added a test `test_modify_list` that modifies a value in an existing list, which should mark the modified value in...

@denisbertini can you please post the error without parallel compile, too? `cmake --build build --target install` It looks indeed a bit confusing from the log above: the error appears in...

Another thing we can do when introducing a wrapper "frontend" for elements is to give them a structure that is like this for various models: ```py Quad(ds=..., k=..., model="linear") #...