GPU memory requirements for large-particle jobs after AMReX update #769
Labels
bug: affects latest release
Bug also exists in latest release version
bug
Something isn't working
component: third party
Changes in ImpactX that reflect a change in a third-party library
Milestone
After updating AMReX dependencies (as described in PR#760), a 1B-particle ImpactX job can no longer run because it exceeds GPU memory requirements. To illustrate this, input and output are included below (excluding particle-based diagnostic output to save space). Three cases are included: 1) running the job using ImpactX before updating the AMReX dependencies, 2) running the job after updating the dependencies (as-is), and 3) running the job after updating the dependencies and manually setting
the_arena_init_size
. Here 1) runs successfully, 2) fails immediately due to a memory error, and 3) starts successfully but eventually fails.Test1BParticles.zip
The text was updated successfully, but these errors were encountered: