Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BoundaryScrapingDiagnostic: periodically flush the buffers #3131

Open
RemiLehe opened this issue May 24, 2022 · 0 comments
Open

BoundaryScrapingDiagnostic: periodically flush the buffers #3131

RemiLehe opened this issue May 24, 2022 · 0 comments
Labels
component: boundary PML, embedded boundaries, et al. component: diagnostics all types of outputs component: openPMD openPMD I/O

Comments

@RemiLehe
Copy link
Member

As a follow up of #3064, we would need to periodically flush the buffers that are used to store the scraped particles.
Right now, the BoundaryScrapingDiagnostic records the scraped particles throughout the simulation, and only dumps them to disk at the very end of the simulation. However, these buffers could end up using a large amount of memory.
Instead, we would need to flush them periodically to disk, similarly to what we do for boosted-frame diagnostics.

@RemiLehe RemiLehe added component: diagnostics all types of outputs component: boundary PML, embedded boundaries, et al. labels May 24, 2022
@ax3l ax3l added the component: openPMD openPMD I/O label Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: boundary PML, embedded boundaries, et al. component: diagnostics all types of outputs component: openPMD openPMD I/O
Projects
None yet
Development

No branches or pull requests

2 participants