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

Options to avoid useless computation #739

Open
MaxThevenet opened this issue May 5, 2022 · 0 comments
Open

Options to avoid useless computation #739

MaxThevenet opened this issue May 5, 2022 · 0 comments
Labels
component: beam About the beam species component: plasma About the plasma species Parallelization Longitudinal and transverse MPI decomposition performance optimization, benchmark, profiling, etc. pipeline Specific to the implementation of the new pipeline

Comments

@MaxThevenet
Copy link
Member

At each time step, the computation could be stopped after the last slice that contains beam particles, the rest is not needed for beam evolution and may be skipped in some cases, if the user is not interested in the full field map.

It would be an occasion to revive option hipace.skip_empty_comms https://github.com/Hi-PACE/hipace/pull/434/files (see if it still works, and if it sometimes provides acceleration). We could keep both options, or only 1 if keeping both makes the code ugly.

@MaxThevenet MaxThevenet added component: plasma About the plasma species component: beam About the beam species performance optimization, benchmark, profiling, etc. Parallelization Longitudinal and transverse MPI decomposition pipeline Specific to the implementation of the new pipeline labels May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: beam About the beam species component: plasma About the plasma species Parallelization Longitudinal and transverse MPI decomposition performance optimization, benchmark, profiling, etc. pipeline Specific to the implementation of the new pipeline
Projects
None yet
Development

No branches or pull requests

1 participant