MDAnalysis / pmda

Parallel algorithms for MDAnalysis
https://www.mdanalysis.org/pmda/
Other
31 stars 22 forks source link

stop when using memory reader #15

Open kain88-de opened 7 years ago

kain88-de commented 7 years ago

The memory reader will not work currently because we are recreating a universe for each process. For it to work we need to special handle it. As a first step though we should warn the user that memory reader is not supported.