malramsay64 / statdyn-analysis

Collection of tools for the statistical dynamics analysis of Molecular Dynamics trajectories.
MIT License
6 stars 0 forks source link

Handle multiple processes writing to the same file #37

Closed malramsay64 closed 6 years ago

malramsay64 commented 6 years ago

This can only process the dynamics a single file at a time because of waiting for the hdf5 file handle. This should do something to be able to handle multiple files trying to write to the file, even if that is waiting a random time and trying again.