Axel Huebl
Axel Huebl
@lucafedeli88 few tests still fail because of unused variables e.g. (`warpx.do_dynamic_scheduling`). To check if they are properly read at some point before step 1 finishes. ``` 49 - test_1d_langmuir_fluid.run (Failed)...
@WeiqunZhang can you please remove `SENSEI Adaptor [test]` from the required tests in CI?
Yes, [couple of options](https://github.com/AMReX-Codes/amrex/pull/4773#issuecomment-3514160257) we need to refresh now. E.g., add support for LTO on `AMReX_CUDA_LTO`. Supported by CMake 3.25+, too: https://cmake.org/cmake/help/latest/module/CheckIPOSupported.html
Ping @zhangli28 : when you have the time, please see the questions above 🙏
@dantargz thank you for digging into the issue and proposing a fix! Can you please double check that a simulation in which the probes run out of the simulation domain...
They are likely failing because you disable all probes now the moment one goes out-of-bounds. Let us implement the correct solution for the bug we see first (per-particle check if...
Hi all, sorry for the delay. I was on vacation and am still on reduced hours for some family support. I will unassign myself for now, to not indicate that...
Problem is WarpX specific: https://github.com/BLAST-WarpX/warpx/issues/6406#issuecomment-3555607062
Ah, but the errors are in AMReX LinearSolvers MLMG: https://github.com/BLAST-WarpX/warpx/pull/6448 ``` ... 2025-12-09T18:27:19.9118795Z 10>D:\a\warpx\warpx\build\_deps\fetchedamrex-src\Src\LinearSolvers\MLMG\AMReX_MLCellLinOp.H(24,30): error C2039: 'fab_type': is not a member of 'std::array' [D:\a\warpx\warpx\build\lib_3d.vcxproj] 2025-12-09T18:27:19.9120581Z (compiling source file '../Source/Initialization/DivCleaner/ProjectionDivCleaner.cpp') 2025-12-09T18:27:19.9121683Z...
Could be a missing include of `#include ` in `Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.H`?