-
|
Hello, In case we have very large system with millions of particles and thousands of frames, is there a way to speed up hydrogen bond analysis? Like using parallel computations such as GPU, multithread CPU or MPI? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
H-bond analysis is parallelized since release 2.8.0 (see #4664 and PR #4718). See Using parallelization for built-in analysis runs to learn how to run in parallel (supports multiprocessing and dask, i.e. CPUs). |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the information! |
Beta Was this translation helpful? Give feedback.
H-bond analysis is parallelized since release 2.8.0 (see #4664 and PR #4718).
See Using parallelization for built-in analysis runs to learn how to run in parallel (supports multiprocessing and dask, i.e. CPUs).