Hi-PACE / hipace

Highly efficient Plasma Accelerator Emulation, quasistatic particle-in-cell code
https://hipace.readthedocs.io
Other
51 stars 14 forks source link

Add inputs for scaling benchmarks to examples #1128

Closed AlexanderSinn closed 2 months ago

AlexanderSinn commented 2 months ago

This PR adds inputs a transverse and a time step scaling benchmark. The transverse benchmark is tested in GPU CI with 1023^2 cells.

AlexanderSinn commented 2 months ago

The problem is that most of the runtime is spent computing the fields at  4095*4095*112000. When reducing the resolution by more than 10x the MG solver can stop converging, as the plasma frequency is not resolved properly. I don't think this is possible to run in ~2 min which would be acceptable for a CI test.