cbc-univie / transformato

Set up relative free energy calculations using a common scaffold
https://cbc-univie.github.io/transformato/
MIT License
22 stars 6 forks source link

Using shared memory objects in postprocessing #28

Closed wiederm closed 3 years ago

wiederm commented 3 years ago

Description

Using the multiprocessing library we load the trajectory in each process even though we don't change the data. It would be much better to define a shared memory object that contains the coordinates.

Todos

Status