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

Improve performance in MD simulations with many barrier particles. #1665

Open
joaander opened this issue Dec 4, 2023 · 0 comments
Open

Improve performance in MD simulations with many barrier particles. #1665

joaander opened this issue Dec 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@joaander
Copy link
Member

joaander commented Dec 4, 2023

Description

Improve performance in MD simulations with many barrier particles.

Proposed solution

When there are any 0 entries in the r_cut matrix, generate a list of particle indices that have more than 0 neighbors. Adjust the pair force loops to loop over only particles with non-zero numbers of neighbors.

Additional context

Obtain system configurations from users to benchmark the performance benefits.

@joaander joaander added the enhancement New feature or request label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant