Some problems with parallelization #101
-
Hi developers, This is the script to submit the task to the cluster. Parallelization doesn't work. It will work 48 times. Is there something wrong? And what should I do ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
oh,I have another question can get_free_energy_hessian()parallelization?When I make include_v4 = True,it works really slow. |
Beta Was this translation helpful? Give feedback.
-
Hi, my implementation is not in main, but you can find it in pull request. With that implementation you can use 'get_static_correction_along_path_multiprocessing' that uses the same input as 'get_static_correction_along_path' but with the extra input "processes = N" .
This is probably not the best solution for you, but I hope this helps. |
Beta Was this translation helpful? Give feedback.
Hi, my implementation is not in main, but you can find it in pull request. With that implementation you can use 'get_static_correction_along_path_multiprocessing' that uses the same input as 'get_static_correction_along_path' but with the extra input "processes = N" .
This is probably not the best solution for you, but I hope this helps.
Note that the multiprocess implementation is still in works for the "get_diag_dynamic_correction_along_path_multiprocessing" function.