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

openmp for nn #12

Open
chtchelkatchev opened this issue Jun 11, 2024 · 2 comments
Open

openmp for nn #12

chtchelkatchev opened this issue Jun 11, 2024 · 2 comments

Comments

@chtchelkatchev
Copy link

I admire your program and began to actively use it to process Lammps data. Unfortunately, some operations are slow, especially the nearest neighbor search. Is it possible to introduce at least OpenMP parallelization into the code?

@jorisparet
Copy link
Owner

Hello,

Thank you for your message and your kind words. 🙂

When computing nearest neighbors, do you use a specific method (i.e. "fixed", "sann", or "voronoi")? This part of the code is managed either by the Fortran backend (for "fixed" and "sann") or pyvoro (for "voronoi"), so it should be relatively fast compared to other parts of the code that are 100% Python.

I do not have much time to keep maintaining this code unfortunately, but I will try to see what I can do to parallelize this computation one of these days.

@chtchelkatchev
Copy link
Author

chtchelkatchev commented Jun 12, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants