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
[ x] put coordinates in shared memory object
[ x] prepare the postprocessing module to work nicely with these changes
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