Multithreading RMSD and RMSF #5318
-
|
Hello, Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi Hoa, you can find more details about parallelization for analysis tools here. The RMSD analysis class already supports parallelization using |
Beta Was this translation helpful? Give feedback.
Hi Hoa, you can find more details about parallelization for analysis tools here. The RMSD analysis class already supports parallelization using
multiprocessinganddask, so you can pass the required params torun()call. The RMSF analysis class however currently doesn't seem to have this support directly (from looking at the code). General details about parallelizing any custom analyses can be found here. Thanks