Error when running AnalysisFromFunction()
on more processes than frames
#147
Labels
AnalysisFromFunction()
on more processes than frames
#147
Expected behaviour
Successfully running
AnalysisFromFunction()
on all available CPUs by settingn_jobs=-1
even for very small trajectories.Actual behaviour
A Warning is raised:
but the code runs anyway until an error is thrown:
Code to reproduce the behaviour
I could not find MDs to run an example on (I had problems installing
MDAnalysisTests
, see issue #3084) but it basically happens whenAnalysisFromFunction()
is run on a trajectory withn
frames andn_jobs
is set to a value greater thann
, orn_jobs = -1
This is not a big deal, but it was hard to debug and I wanted to report it.
Currently version of MDAnalysis: 1.0.0
pmda version: 0.3.0
The text was updated successfully, but these errors were encountered: