Axel Huebl

Results 1611 comments of Axel Huebl

Good idea, trying in https://github.com/BLAST-WarpX/warpx/pull/6448 Branch: https://github.com/ax3l/amrex/tree/fix-linop-mlmg

That changes the error somewhat, now: ``` ... 2025-12-09T19:24:28.8177040Z 10>D:\a\warpx\warpx\build\_deps\fetchedamrex-src\Src\LinearSolvers\MLMG\AMReX_MLCellLinOp.H(533,14): error C2039: 'define': is not a member of 'std::array' [D:\a\warpx\warpx\build\lib_3d.vcxproj] 2025-12-09T19:24:28.8178335Z (compiling source file '../Source/Initialization/DivCleaner/ProjectionDivCleaner.cpp') 2025-12-09T19:24:28.8179762Z C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.44.35207\include\array(402,7):...

> For CUDA GPUs, memory can be accessed in 4, 8 or 16-byte chunks, with the next thread reading the next chunk of memory. Everything else is slower. If you...

@pkicsiny created another attempt in https://github.com/pkicsiny/WarpX/blob/development/Docs/source/install/hpc/s3df.rst Both this PR and the link differ heavily from our recommended style to have ready-to-go install scripts and warpx profiles.... e.g., ideally we would...

As discussed, a potential renderer we could try: I hear a lot of good things about [F3D](https://github.com/f3d-app/f3d) as a small C++17 renderer with [Python bindings](https://f3d.app/doc/libf3d/LANGUAGE_BINDINGS.html). Besides desktop support, it has...

Thank you for this! Yes #3948 is over-due and it looks like we also have some breakage with the latest CUDA 12.9 and CMake now with the old logic. I...

@samuelpmish There is a lot of legacy logic in `Tools/CMake/AMReXUtils.cmake` and others where we wrange CUDA archs and CUDA device LTO flags. Can you remove/clean those out if you have...

@cyrush can you potentially update the Catalyst image we use in AMReX/WarpX to include CMake 3.24 or newer? :pray:

@c-wetterer-nelson can you potentially update the SENSEI image we use in AMReX/WarpX to include CMake 3.24 or newer? :pray:

@c-wetterer-nelson > Hey Axel, are there still SENSEI users across AMReX/WarpX? That is a good question, I think in WarpX not anymore. @WeiqunZhang should we drop SENSEI throughout AMReX &...